To connect to Brinta's API, you need a Bearer token sent on each API request's header. Each environment will have a separate token.
To authenticate requests, set the Authorization header to Bearer [YOUR_TOKEN]
.
If the token is missing or invalid, the API will respond with a 401 Unauthorized
status code.
To receive these tokens, you can log in to your dashboard or get in touch with Brinta's team ([email protected]) if it is your first time.