Tip: Use this API documentation to explore, test, and integrate SalesCaptain features into your platform efficiently.
- OpenAPI Specification — for direct endpoint testing and integration.
- MDX Components — for interactive documentation and embedded code examples.
Authentication
All API requests to SalesCaptain are authenticated using Bearer tokens.To access our endpoints:
- Generate your API key from your SalesCaptain Developer Dashboard.
- Include the token in the header of every request as shown below.
Lead Management
Use the Lead API to create, fetch, and manage leads from any source — website forms, campaigns, or integrations.Endpoints
GET /leads— Retrieve all leadsPOST /leads— Create a new leadGET /leads/{id}— Get lead details by IDPATCH /leads/{id}— Update lead detailsDELETE /leads/{id}— Delete a lead
You can filter leads by date, status, or source using query parameters.

