SDKs

Use the following SDKs to access our API.

Specification Files

Access our API specifications in various formats to integrate with your preferred tools and workflows. They are updated, at least, daily.

  • OpenAPI specification: openapi.json / openapi.yaml

    The openapi.json/.yaml file contains our API specification in OpenAPI 3.0 format - the modern standard for REST API documentation. This specification offers enhanced features over Swagger 2.0, including improved security scheme definitions and more flexible parameter descriptions. It's great for generating modern API documentation, client SDKs, and mock servers.

  • Swagger specification: swagger.json / swagger.yaml

    Our swagger.json/.yaml file provides a detailed API specification in the Swagger 2.0 format. It's ideal for developers who are working with older tools or platforms that haven't yet migrated to OpenAPI 3.0. Use this specification to generate client libraries, automate testing, and integrate with legacy systems.

  • Postman collection: collection.json

    Our collection.json file is a ready-to-use Postman collection that lets you start testing our API endpoints immediately. Import this file into Postman to get a complete set of pre-configured API requests. It's an excellent resource for API exploration and testing without writing any code.

Are we missing anything? Let us know
Was this page helpful?