Get all Authorisation Servers for the given organisation
GET
/organisations/{OrganisationId}/authorisationservers
curl \
-X GET https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/authorisationservers \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "x-fapi-auth-date: string" \
-H "x-fapi-customer-ip-address: string" \
-H "x-fapi-interaction-id: string" \
-H "x-customer-user-agent: string"
Response examples (200)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
[
{
"AuthorisationServerId": "string",
"AutoRegistrationNotificationWebhook": "https://example.com",
"AutoRegistrationSupported": false,
"CreatedAt": "2025-05-04T09:42:00+00:00",
"CustomerFriendlyDescription": "string",
"CustomerFriendlyLogoUri": "https://example.com",
"CustomerFriendlyName": "string",
"DeprecatedDate": "2021-01-30",
"DeveloperPortalUri": "https://example.com",
"FederationEndpoint": "https://example.com",
"FederationId": "string",
"Issuer": "https://example.com",
"NotificationWebhook": "https://example.com",
"NotificationWebhookAddedDate": "2021-01-30",
"NotificationWebhookStatus": "Pending",
"OpenIDDiscoveryDocument": "string",
"OrganisationId": "string",
"ParentAuthorisationServerId": "string",
"PayloadSigningCertLocationUri": "string",
"RetirementDate": "2023-12-30",
"Status": "Active",
"SupersededByAuthorisationServerId": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
"SupportsCiba": false,
"SupportsDCR": false,
"SupportsRedirect": false,
"TermsOfServiceUri": "https://example.com"
}
]