API ReferenceSchemas
Get Schemas
Authorization
apiKey Authorization<token>
API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.
In: header
Path Parameters
workspace*string
Response Body
application/json
curl -X GET "https://example.com/workspaces/string/schemas"{
"links": {
"next": "string"
},
"data": [
{
"type": "schema",
"id": "string",
"attributes": {},
"relationships": {}
}
]
}