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

Authorizations

Authorization
string
header
required

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

Path Parameters

libId
string
required

The ID of the library

Query Parameters

flags
string[]

The names of the configuration flags

domain
string

The G Suite 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