Integration API quickstart

Forming API requests

0min

The Brella API works with json data. Every request made to the API must contain the following three headers:

Brella-API-Access-Token: [APIKEY]

Content-Type: application/json

Accept: application/vnd.brella.v4+json

This API is organized around REST. All request and response bodies, including errors, are encoded in JSON.

Request bodies for POST, PUT and PATCH requests use snake_case for object keys.

Response bodies comply with the JSON API specification. If you need help finding a suitable deserializer, please visit the official implementation guidelines for the JSON-API specification.