JSON:API Specification

All of our APIs follow a common set of principles. We've chosen to follow the JSON:API specification, which sets the standard for how we format our responses, how we parse parameters, pagination, and more. All of our APIs follow RESTful best practices.

All requests require the use of the JSON:API media type for all requests and responses. This can be done by including a header of Content-Type with the application/vnd.api+json value.