GET
/organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/sso-configuration/{ssoConfigurationId}
curl \
--request GET 'https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/sso-configuration/{ssoConfigurationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--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"
Response examples (200)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"Contacts": [
"hello@example.com"
],
"DisplayName": "string",
"CreatedAt": "2025-05-04T09:42:00Z",
"ID": "string",
"RedirectUri": "https://example.com",
"ServerID": "string",
"Status": "Active",
"TextRecord": "string",
"UpdatedAt": "2025-05-04T09:42:00Z"
}
Response examples (404)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"errors": [
"string"
]
}