Export all your leads
Downloads everything this account owns as one file — searches and dataset unlocks alike. Unlocked rows have no search behind them, so this is the only way to get them out in bulk. Free: you paid for these rows once already. Requires the leads:export scope when called with a scoped key.
/v1/leads/exportDownloads everything this account owns as one file — searches and dataset unlocks alike. Unlocked rows have no search behind them, so this is the only way to get them out in bulk. Free: you paid for these rows once already. Requires the leads:export scope when called with a scoped key.
Pass Authorization: Bearer mapleads_xxx.
In: header
Query Parameters
Source maps to keep. Omit to include all three.
Output format.
"csv"Value in
- "csv"
- "xlsx"
- "json"
Optional. Repeat to export only these leads.
Response Body
text/csv
curl -X GET "https://example.com/v1/leads/export""string"Get one of your leads GET
Returns a single lead this account owns, in the same shape the list returns. A lead belonging to someone else is 404, not 403 — a 403 would confirm the id is real. Free. Requires the `leads:read` scope when called with a scoped key.
List webhook endpoints GET
Lists the webhook endpoints owned by the authenticated user. Requires the `webhooks:read` scope when called with a scoped key.