Get all Authorisation Servers for the given organisation
GET
/organisations/{OrganisationId}/authorisationservers
curl \
--request GET 'https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/authorisationservers' \
--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
[
{
"AuthorisationServerId": "string",
"AutoRegistrationNotificationWebhook": "https://example.com",
"AutoRegistrationSupported": false,
"CreatedAt": "2025-05-04T09:42:00Z",
"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"
}
]