API reference
Programmatic access to your leads, sequences, and pipeline.
Coming Soon
REST API
The GetSalesClaw API is currently in development and will be available for Scale plan customers.
Planned endpoints
The following endpoints are planned for the initial API release:
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/leads | List all leads with filtering and pagination |
GET | /api/v1/leads/:id | Get lead details including score breakdown |
GET | /api/v1/sequences | List all email sequences |
GET | /api/v1/sequences/:id | Get sequence details and email content |
POST | /api/v1/sequences/:id/approve | Approve and send a sequence |
POST | /api/v1/sequences/:id/reject | Reject a sequence |
GET | /api/v1/stats | Get usage stats (leads, emails, plan) |
GET | /api/v1/icp | Get current ICP configuration |
PUT | /api/v1/icp | Update ICP configuration |
Authentication
API authentication will use Bearer tokens. You'll be able to generate API keys from your dashboard settings.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://getsalesclaw.com/api/v1/leads
Availability
The API will be available exclusively on the Scale plan ($499/month). Rate limits and usage quotas will apply based on your plan.
Want early access to the API? Contact us at support@getsalesclaw.com and we'll notify you as soon as it's ready.