Leads
Use the REST API to interact with Leads
Last updated
Use the REST API to interact with Leads
Last updated
Retrieve a list of leads
/leads
Setting to application/json
is recommended
application/json
Retrieve a single lead
/leads/{id}
Lead ID
751dd3d0-23ae-4a4a-9049-6982423da87a
Setting to application/json
is recommended
application/json
Create a new lead entry
/leads
Datetime value the lead was created at, leave blank for current timestamp
2023-01-01 10:30:00
Lead Name
John Smith
Lead Email Address
johnsmith@emails.xyz
Lead Phone Number
0411 111 111
Message / Content from Form
I'm looking for a price for a car service
Google Client ID
123456789.98765433
Source of Lead E.g "google" or "direct"
google
Campaign Attribution
Location Based
Medium Attribution E.g "paid" or "organic"
paid
Keyword Attribution
Sydney Car Service
Name of form lead completed
Contact Us
URL of Lead Acquisition
https://www.sydcarservice.xyz/contact-us
Additional Information (JSON String)
{"make": "Nissan", "model": "X-Trail", "year": "2022"}
Request content type
application/json