GET
/
api
/
v1
/
schema
curl --request GET \
  --url https://your-engine-url/api/v1/schema/ \
  --header 'Authorization: <api-key>'
{
  "schemas": [
    {
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Response

200 - application/json
Successful Response
schemas
object[]
required