Skip to main content
A valid Boxpilote account is mandatory to access and utilize this API. If you don’t already have an account, please contact Boxpilote support to request access.

Welcome

The Boxpilote API allows users to automate business processes and manage their data: opportunities, surfaces, rentals, insurances, services, products, and VAT rates. This reference uses the OpenAPI specification to document available endpoints, authentication, and usage. Base URL: https://api.boxpilote.fr

Authentication

All API endpoints are secured via Bearer tokens, as specified in the OpenAPI file
"headers": [
  {
    "Authorization": Bearer <your_token_here>
  }
]

Rate Limiting

The API enforces throttling: max 500 requests per second per API key.

When exceeded

If you exceed the limit, the API returns 429 (Too Many Requests) with:
Rate limit exceeded (N requests per second).