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.
Updated 15 Nov 2023
Did this page help you?