How to Use This API
There are two primary ways to work with the SalesCaptain API:1. OpenAPI Specification
- Use for direct API integration
- Supports tools like Postman, Swagger, and SDK generation
2. Interactive Documentation (MDX)
- Embedded examples and UI-based testing
- Ideal for frontend developers and quick testing
Authentication
All API requests require authentication using a Bearer Token.Steps:
- Generate your API key from the SalesCaptain Dashboard:
Sidebar → Settings → Your Profile → API Key
You can copy your API key from there.
- Include the API key in every request header as a Bearer Token.

