# API Reference ## Docs - [List insurances](https://docs.boxpilote.fr/api-reference/endpoint/insurances/get.md): Lists insurances for the authenticated center with pagination. - [Create opportunity](https://docs.boxpilote.fr/api-reference/endpoint/opportunities/create.md): Creates a new business opportunity linked to an existing client or automatically creates a new client. - [List products](https://docs.boxpilote.fr/api-reference/endpoint/products/get.md): Lists products for the authenticated center with pagination. - [Create quote](https://docs.boxpilote.fr/api-reference/endpoint/quotes/create.md): Creates a new quote with customer and quote items. Amounts in euros. - [List quotes](https://docs.boxpilote.fr/api-reference/endpoint/quotes/get.md): Lists all quotes for the authenticated center with pagination. Returns a summary (id, quote_number, total_amount, status, customer). Optional date and status filters. - [Get quote by ID](https://docs.boxpilote.fr/api-reference/endpoint/quotes/get-by-id.md): Gets a single quote by ID with full details including customer and quote items. - [List rentals](https://docs.boxpilote.fr/api-reference/endpoint/rentals/get.md): Lists rentals for the authenticated center with pagination. - [List services](https://docs.boxpilote.fr/api-reference/endpoint/services/get.md): Lists services for the authenticated center with pagination. - [List surfaces](https://docs.boxpilote.fr/api-reference/endpoint/surfaces/get.md): Lists surfaces for the authenticated center with pagination. - [List VAT rates](https://docs.boxpilote.fr/api-reference/endpoint/vat-rates/get.md): Lists VAT rates with pagination. - [Introduction](https://docs.boxpilote.fr/api-reference/introduction.md): Boxpilote Public API Reference ## OpenAPI Specs - [openapi](https://docs.boxpilote.fr/api-reference/openapi.json)