curl "https://api.smartcar.com/v2.0/vehicles/{vehicleId}/webhooks/{webhook_id}" \ -H "Authorization: Bearer {access_token}" \ -X "POST"
{ "vehicleId": "dc6ea99e-57d1-4e41-b129-27e7eb58713e", "webhookId": "9b6ae692-60cc-4b3e-89d8-71e7549cf805" }
Subscribe a vehicle to a webhook.
curl "https://api.smartcar.com/v2.0/vehicles/{vehicleId}/webhooks/{webhookId}" \ -H "Authorization: Bearer {token}" \ -X "POST"
Was this page helpful?