Skip to main content

OpenAPI specification

An OpenAPI specification is a standard, machine-readable description of its endpoints, parameters, authentication, and request/response schemas. You can download the raw OpenAPI YAML file and use it to generate client SDKs, import it into tools like Postman or Insomnia, or explore it in any OpenAPI-compatible editor.

What's included

  • Every public API endpoint, grouped by tag
  • Request and response schemas
  • Authentication requirements
  • Supported parameters and example values

Using the spec

Once downloaded, you can:

  • Generate SDKs with tools like Swagger Codegen.
  • Import into API clients such as Postman to try requests interactively.
  • Explore and validate it in editors.