Deliver Leads
Posting Instructions
Posting instructions should be entered in a valid JSON format and should include:
- Request URL (API Endpoint)
- Request Method: either GET or POST
- Request Headers
- Request Body
Example 1
{ "url": "https://api.server.com/lead/create", "method": "POST", "request_headers": [ { "Content-Type": "application/x-www-form-urlencoded" } ], "request_body": { "pubID": "1000", "apiKey": "nrf43f74tgcg92cg", "offerID": "12", "email": "{email}", "firstName": "{firstname}", "lastName": "{lastname}", "phone": "{phone}", "language": "EN", "country": "{country}", "ip": "{ip}", "password": "{custom1}", "click_id": "{click_id}" } }
Example 2
{ "url":"https://api.leadreceive.com/api/v2/integration?api_key=f97h497cg7c4f", "method":"POST", "request_headers": [ { "Content-Type": "application/json" } ], "request_body": { "fname": "{firstname}", "lname": "{lastname}", "country": "{country}", "email": "{email}", "pass": "vn479fg6f", "fullphone": "+{phone}", "ip": "{ip}", "source": "network1", "link_id": "3412324", "click_id": "{click_id}" } }