Skip to main content
GET
/
api
/
v1
/
config
/
schema
Get config schema
curl --request GET \
  --url http://localhost:4000/api/v1/config/schema \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Config schema

The response is of type object.

Last modified on March 31, 2026