Diagnostic webhooks send events whenever a state change occurs within the vehicle’s Health Status or a Diagnostic Trouble Code (DTC) is reported
callback URI
. Your callback URI
is where Smartcar will send payloads from vehicles connected to your webhook. Click Next.
access_token
, you’ll first want to hit the All Vehicles endpoint to fetch the Smartcar vehicle_ids
of the authorized vehicles.
access_token
and webhook_id
you can hit the Subscribe endpoint for each vehicle_id
to start receiving data.
How often will I get data?
Can I use the same callback URI for all my webhooks?
eventName
field. Dynamic Webhooks will have eventName
set to dynamic
.What happens if my webhook destination goes down temporarily?
I've stopped receiving events
What happens if a vehicle encounters an error? Will you retry?
How do I unsubscribe a vehicle from a webhook?