Clarify API
API ReferenceSchemas

Get Schemas

GET
/workspaces/{workspace}/schemas
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": {}
    }
  ]
}