List webhook endpoints
Lists the webhook endpoints owned by the authenticated user. Requires the webhooks:read scope when called with a scoped key.
/v1/webhooksLists the webhook endpoints owned by the authenticated user. Requires the webhooks:read scope when called with a scoped key.
Pass Authorization: Bearer mapleads_xxx.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/webhooks"{ "data": [ { "id": "string", "url": "http://example.com", "eventTypes": [ "string" ], "enabled": true, "createdAt": "2019-08-24T14:15:22Z" } ]}Export all your leads GET
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.
Create a webhook endpoint POST
Registers an HTTPS endpoint. The signing secret is returned once. Private, loopback, and otherwise unsafe destinations are rejected. Requires the `webhooks:write` scope when called with a scoped key.