Skip to main content
GET
/
v1
/
config
Get active config JSON
curl --request GET \
  --url http://127.0.0.1:22100/v1/config \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

If-None-Match
string

Quoted generation ETag, for example "123".

Response

Raw canonical config JSON

Raw Arc config JSON document.