Step 1: Get your API key
You must be an admin of your Sales Ask organization.- Log in to integrations.salesask.com
- Go to Settings → Organization
- Scroll to the Organization API Key section
- Click the refresh icon to generate a key
- Copy the key using the copy button next to the field
Step 2: Fetch your recordings
Pass the key in thex-api-key header. The following request returns the 10 most recent processed recordings:
Step 3: Filter by date range
UsefromDate and toDate to scope results to a specific period:
Step 4: Paginate
WhenhasMore is true, pass nextCursor as startAfter to fetch the next page:
Next steps
Push appointments
Send upcoming appointment data so Sales Ask can associate recordings with your CRM jobs.
Subscribe to webhooks
Get notified automatically when a recording finishes processing.

