Skip to main content
POST
Create a lead form

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
page_id
string
required
Example:

"1234567890"

name
string
required
Example:

"Free Consultation Sign-up"

standard_fields
enum<string>[]
required
Available options:
FULL_NAME,
FIRST_NAME,
LAST_NAME,
EMAIL,
PHONE_NUMBER,
CITY,
STATE,
COUNTRY,
ZIP,
JOB_TITLE,
COMPANY_NAME
Example:
privacy_policy_url
string
required
Example:

"https://example.com/privacy"

privacy_policy_text
string
Example:

"Privacy Policy"

Response

Lead form created

success
enum<boolean>
Available options:
true
data
object
meta
object