Skip to main content
POST
Create Lead

Authorizations

X-API-KEY
string
header
required

Your organization's API key

X-ORG-ID
string
header
required

Your organization's identifier

Body

application/json
firstName
string | null

First name

lastName
string | null

Last name

title
string | null

Job title

companyName
string | null

Company name

email
string | null

Email address

mobilePhone
string | null

Mobile phone number

businessPhone
string | null

Business phone number

leadSource
integer | null

Lead source code

accountType
integer | null

Account type code

rating
integer | null

Lead quality rating code

estimatedValue
number<double> | null

Estimated deal value

estimatedCloseDate
string<date-time> | null

Estimated close date (ISO 8601)

buildingLocation
string | null

Building or location name

street1
string | null

Street address line 1

street2
string | null

Street address line 2

city
string | null

City

postalCode
string | null

Postal / ZIP code

state
string | null

State or province

country
string | null

Country

Response

200

Lead created successfully