Database Source
Lead Posting API
The Create Lead API is used to add new lead data directly to the database source. This API is essential for maintaining comprehensive lead records and ensuring data is accurately stored across database source.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your database source ID
Body
application/json
Lead details to add to the database source
The body is of type object
.
Response
201
application/json
Lead successfully created
The response is of type object
.
cURL