Leads

List every lead in this account

Every lead you own, regardless of how it got here — searches and dataset unlocks alike. Scoping leads to a search only ever worked because search was the single way in; an unlocked row has no job and would be invisible. Keyset-paginated newest first; pass cursor from the previous response. Requires the leads:read scope when called with a scoped key.

GET/v1/leads

Every lead you own, regardless of how it got here — searches and dataset unlocks alike. Scoping leads to a search only ever worked because search was the single way in; an unlocked row has no job and would be invisible. Keyset-paginated newest first; pass cursor from the previous response. Requires the leads:read scope when called with a scoped key.

AuthorizationBearer <token>

Pass Authorization: Bearer mapleads_xxx.

In: header

Query Parameters

provider?array<>

Source maps to keep. Repeat the parameter or comma-separate. Omit to include all three — there is no default map. The same business can appear once per map; those are separate rows with separate identifiers, not duplicates.

limit?integer

Rows per page (default 100, max 500).

cursor?string

Opaque keyset cursor from the previous response.

Response Body

application/json

curl -X GET "https://example.com/v1/leads"
{  "leads": [    {}  ],  "nextCursor": "string"}