Get specific record for authorisation domain system
GET
/references/users/authorisationdomain/systems/{AuthorisationDomainSystemID}
curl \
--request GET 'https://matls-api.sandbox.raidiam.io/references/users/authorisationdomain/systems/{AuthorisationDomainSystemID}' \
--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
{
"Description": "string",
"Name": "string",
"Status": "Active",
"SystemID": "string"
}