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:

MethodEndpointDescription
GET/api/v1/leadsList all leads with filtering and pagination
GET/api/v1/leads/:idGet lead details including score breakdown
GET/api/v1/sequencesList all email sequences
GET/api/v1/sequences/:idGet sequence details and email content
POST/api/v1/sequences/:id/approveApprove and send a sequence
POST/api/v1/sequences/:id/rejectReject a sequence
GET/api/v1/statsGet usage stats (leads, emails, plan)
GET/api/v1/icpGet current ICP configuration
PUT/api/v1/icpUpdate 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.