Skip to main content
Bosscart uses bearer token authentication. Send your API key in the Authorization header on every request.

Required headers

Every request should include:
The API requires HTTPS. Do not send API keys over plain HTTP.

Example request

Key handling

Do not expose the API key in browser code, mobile apps, public repositories, or shared logs.
Store the API key in server-side environment variables or a secret manager. Rotate the key if it is exposed.
Last modified on June 11, 2026