Skip to main content
This guide shows how to authenticate and retrieve contacts from your Bosscart website.

1. Get your API key

Open your website settings and go to Applications > API Key. Keep the key private. The API key grants access to website data and should only be used from trusted server-side code.

2. Choose your domain

Use your website domain in the API base URL:
For example, if your website domain is store.example.com, the contacts endpoint is:

3. Send a request

The response returns a paginated list:

4. Explore endpoints

View endpoints

Review generated endpoint docs and test requests in the interactive playground.
Last modified on June 11, 2026