API Documentation
Create a Lead
Creates a new Lead in a Contacts List
POST
/
v1
/
leads
Request
Authentication
Authorization
string
requiredBearer authentication token.
firstName
integer
default: "string"The first name of the lead.
lastName
string
default: "string"The last name of the lead.
phone
string
default: "string"requiredThe phone number you want to dial.
email
string
default: "string"The email address of the lead.
listId
number
default: "1"requiredThe id of the contacts list that you want to create a lead in.
extraFields
json
default: "{}"requiredMetadata you want to create the lead’s contact object with.
Response
200