cURL
curl --request POST \ --url https://adscrush-api.anonymoussherlock.workers.dev/api/v1/leads \ --header 'API_KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "phone": "<string>", "s1": "<string>", "lp_name": "<string>", "address": "<string>" } '
{ "success": true, "order_id": "rec_crlh9b3n9o8uin0cj1kg" }
Add a new lead to campaign
Your API key. Include this key in the API_KEY header when making requests to endpoints that require authentication. You can find your API key in the 'Profile' tab on the website.
API_KEY
Name is required. The name of the lead.
The phone number of the lead.
The unique code provided by us.
The lp name provided by us.
The address of the lead.
Successful response
true
"rec_crlh9b3n9o8uin0cj1kg"
Was this page helpful?