Skip to main content

Step 1: Get your API key

You must be an admin of your Sales Ask organization.
  1. Log in to integrations.salesask.com
  2. Go to Settings → Organization
  3. Scroll to the Organization API Key section
  4. Click the refresh icon to generate a key
  5. Copy the key using the copy button next to the field
Regenerating your key will immediately invalidate any existing integrations using the old key. Store it securely — it grants access to all recordings in your organization.

Step 2: Fetch your recordings

Pass the key in the x-api-key header. The following request returns the 10 most recent processed recordings:

Step 3: Filter by date range

Use fromDate and toDate to scope results to a specific period:

Step 4: Paginate

When hasMore 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.