Copy page
Adds a lead to the campaign associated with the API key
POST/api/v1/leads
Adds a lead to the campaign associated with the API key.
Request
Responses
- 201
- 400
- 401
- 409
The created lead with whatever properties were accepted.
Returned if required fields are missing or any provide field is invalid. Additional details may be in the response body but are not included in the API contract.
Returned if the request was not authorized with a valid x-api-key header. Additional details may be in the response body but are not included in the API contract.
Returned if the phone number was already submitted to the campaign. Additional details may be in the response body but are not included in the API contract.