Quick Start
Learn how to get started with the EngineRoom REST API
Get your API key
Make your first request
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
lead_datestringOptionalExample:
Lead creation datetime (UTC). Defaults to now if blank.
2023-01-01 10:30:00namestringOptionalExample:
User Name
John SmithphonestringOptionalExample:
Lead Phone Number
0411 111 111messagestringOptionalExample:
Message / Content from Form
I'm looking for a price for a car servicegoogle_client_idstringOptionalExample:
Google Client ID
123456789.98765433web_sourcestringOptionalExample:
Source of Lead E.g "google" or "direct"
googleweb_campaignstringOptionalExample:
Campaign Attribution
Location Basedweb_mediumstringOptionalExample:
Medium Attribution E.g "paid" or "organic"
paidweb_keywordstringOptionalExample:
Keyword Attribution
Sydney Car Serviceform_namestringOptionalExample:
Name of form lead completed
Contact UsurlstringOptionalExample:
URL of Lead Acquisition
https://www.sydcarservice.xyz/contact-usdatastringOptionalExample:
Additional Information (JSON String)
{"make": "Nissan", "model": "X-Trail", "year": "2022"}Header parameters
AcceptstringRequiredExample:
Setting to application/json is recommended
application/jsonResponses
201
Lead created successfully
application/json
400
Invalid input
post
/leadsLast updated