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, quotes, 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

Opportunities

Create business opportunities

Quotes

List all quotes

Create quote

Create a new quote

Quote by ID

Get quote by ID

Surfaces

List surfaces

Rentals

List rentals

Insurances

List insurances

Services

List services

Products

List products

VAT Rates

List VAT rates

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).