OpenAPI Schema
We define our API endpoints and request/response schemas using the OpenAPI specification (formerly known as Swagger).
OpenAPI Schema (openapi.json) View DocSpring's OpenAPI schema
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.
Resources
Section titled “Resources” Autogenerated API Clients Generate your own API client from our schema using OpenAPI Generator
Postman Collection Try out our API endpoints using Postman