Operation

GET /schema

Returns the hand-maintained OpenAPI document that describes this API. Useful for API clients that want to generate bindings or validate payloads.

Operation ID: getOpenApiSchema · Tags: Meta

Parameters

This operation does not define any parameters.

Request Body

No request body is defined for this operation.

Responses

Content Types

  • application/json
{
  "description": "OpenAPI 3.0 document",
  "content": {
    "application/json": {
      "schema": {
        "type": "object",
        "description": "OpenAPI 3.0 root object",
        "additionalProperties": true
      }
    }
  }
}

API Playground

Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}. Sign in to enable live testing with your API key.

Action Method Endpoint Description
Fetch the full OpenAPI 3.0 schema GET /api/v1/schema OpenAPI operationId: getOpenApiSchema.
GET /api/v1/schema OpenAPI

Fetch the full OpenAPI 3.0 schema


    
Ask Dex AIIntegration help

If this page feels TLDR, ask Dex AI.

Dex AI speaks your language, and all the other languages you may not. It will write the integration for you with the right endpoint and headers in one plain-English answer.