Post a certification for the given authorisation server
POST
/organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications
curl \
--request POST 'https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "x-fapi-auth-date: string" \
--header "x-fapi-customer-ip-address: string" \
--header "x-fapi-interaction-id: string" \
--header "x-customer-user-agent: string" \
--data '{"CertificationStartDate":"string","CertificationStatus":"Awaiting Certification","CertificationURI":"https://example.com","ProfileType":"Redirect","ProfileVariant":"FAPI Adv. OP w/ MTLS","ProfileVersion":42.0,"Status":"Active"}'
Request examples
# Headers
x-fapi-auth-date: string
x-fapi-customer-ip-address: string
x-fapi-interaction-id: string
x-customer-user-agent: string
# Payload
{
"CertificationStartDate": "string",
"CertificationStatus": "Awaiting Certification",
"CertificationURI": "https://example.com",
"ProfileType": "Redirect",
"ProfileVariant": "FAPI Adv. OP w/ MTLS",
"ProfileVersion": 42.0,
"Status": "Active"
}
Response examples (201)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"AuthorisationServerId": "string",
"CertificationExpirationDate": "string",
"CertificationId": "string",
"CertificationStartDate": "string",
"CertificationStatus": "Awaiting Certification",
"CertificationURI": "https://example.com",
"ProfileType": "Redirect",
"ProfileVariant": "FAPI Adv. OP w/ MTLS",
"ProfileVersion": 42.0,
"Status": "Active"
}
Response examples (400)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"errors": [
"string"
]
}