Quick Start
Learn how to get started with the EngineRoom REST API
Last updated
Learn how to get started with the EngineRoom REST API
Last updated
Your API requests are authenticated using an API key. Any request that doesn't include an API key will return an error.
You can request an API key by emailing dev@engineroom.com.au
To make your first request, send an authenticated request to the leads endpoint. This will create a lead
in the EngineRoom platform.
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