...
Code Block |
---|
Authorization: Key=YOUR_KEY Content-Type: application/json |
Request
When making a request, you must post the following JSON object.
Info |
---|
The API consistently executes operations in the following sequential order:
|
When making a request, you must post the following JSON object.
Code Block | ||
---|---|---|
| ||
{ "insert_leads": true, "update_leads": true, "delete_leads": true, "lead_ids": [ 12345, 67890 ] } |
...