API Reference
Welcome to the Brilo API documentation. This guide will help you integrate with our API to manage calls and contacts.Authentication
All API requests require authentication using an API key. You can include your API key in the request headers:Base URL
All API requests should be made to:Versioning
Our API is versioned. The current version is2025-03-02. Include the version in your request headers:
Rate Limiting
API requests are limited to 100 requests per minute per API key. If you exceed this limit, you’ll receive a 429 Too Many Requests response.Error Handling
The API uses standard HTTP response codes:- 200: Success
- 400: Bad Request
- 401: Unauthorized
- 403: Forbidden
- 404: Not Found
- 429: Too Many Requests
- 500: Internal Server Error
Pagination
List endpoints support pagination using the following query parameters:skip: Number of records to skip (default: 0)take: Number of records to return (default: 10)
