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

Documentation Index

Fetch the complete documentation index at: https://api.aodocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

flags
string[]

The names of the configuration flags

domain
string

The domain

securityCode
string

The security code

Response

200 - application/json

A ApiConfigurationFlags response

configurationsFlags
object

The map of custom configurations values for requested flags

kind
string