POST
/
leads
curl --request POST \
  --url https://app.prontohq.com/api/v2/leads \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "search_url": "<string>",
  "webhook_url": "<string>",
  "name": "<string>",
  "streaming": true,
  "custom": {
    "hubspot_id": "134567"
  },
  "limit": 100
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "processing"
}

Authorizations

X-API-KEY
string
header
required

Your API key

Body

application/json

Lead search parameters

The body is of type object.

Response

202
application/json

Lead search initiated successfully

The response is of type object.