Skip to main content
Use this guide to make your first Bosscart API request, understand authentication, and choose the endpoints you need.

Quickstart

Make your first authenticated request and retrieve contacts from a Bosscart website.

Authentication

Learn how to send your API key with each request and keep credentials private.

Pagination and errors

Handle list responses, validation errors, and common API response patterns.

Endpoints

Browse generated endpoint docs and test requests in the interactive playground.

API basics

All API requests use your website domain as the host:
https://{domain}/api/site
Authenticate requests with a bearer token:
Authorization: Bearer YOUR_API_KEY
User-Agent: YourApp/1.0
You can find the API key in your website settings under Applications > API Key.

What you can build

Use the API to sync contacts, manage members, update store products, retrieve orders, review bookings, collect form submissions, organize subscriber lists, and configure webhook notifications.
The endpoint playground is available at /endpoints. Link developers to /api when they are starting from the website.
Last modified on June 11, 2026