cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1beta1/configuration \ --header 'Authorization: Bearer <token>'
{ "configurations": {}, "kind": "<string>" }
Gets all custom domain configuration flags defined at domain level.
The access token received from the authorization server in the OAuth 2.0 flow.
The domain
The security code
A ApiConfiguration response
The map of custom configurations to apply at this level (consult AODocs team for more information)
Show child attributes