Skip to content

OpenAPI Schema

We define our API endpoints and request/response schemas using the OpenAPI specification (formerly known as Swagger).

We use this schema to validate your API requests and ensure that you are sending the correct properties and data types. Our OpenAPI schema is also used to generate our API client libraries and Postman collection.