GET
/
v4
/
schemas
curl --request GET \
  --url https://api.kadoa.com/v4/schemas \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string

API key for authorization

Authorization
string

Bearer token for authorization

Response

200
application/json

Schemas retrieved successfully

The response is of type object.