Skip to main content
GET
/
domain
/
v1beta1
/
configuration
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/domain/v1beta1/configuration \
  --header 'Authorization: Bearer <token>'
{
  "configurations": {},
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

domain
string

The domain

securityCode
string

The security code

Response

200 - application/json

A ApiConfiguration response

configurations
object

The map of custom configurations to apply at this level (consult AODocs team for more information)

kind
string