cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1beta1/configurationFlags \ --header 'Authorization: Bearer <token>'
{ "configurationsFlags": {}, "kind": "<string>" }
Gets the custom domain configurations with fallback on default value.
The access token received from the authorization server in the OAuth 2.0 flow.
The names of the configuration flags
The domain
The security code
A ApiConfigurationFlags response
The map of custom configurations values for requested flags
Show child attributes