Get the authority claims for the given software statement
GET
/organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/authorityclaims
curl \
--request GET 'https://matls-api.sandbox.raidiam.io/organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/authorityclaims' \
--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
[
{
"AuthorisationDomain": "string",
"Role": "PAGTO",
"SoftwareAuthorityClaimId": "string",
"SoftwareStatementId": "string",
"Status": "Active"
}
]
Response examples (400)
# Headers
x-fapi-interaction-id: 73cac523-d3ae-2289-b106-330a6218710d
# Payload
{
"errors": [
"string"
]
}