v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Webhooks

Subscribe Webhook

Description

Subscribe to a webhook for a vehicle.

Permission

required: webhook:read

post/vehicles/{vehicle_id}/webhooks/{webhookId}

Request body

webhookidstring
vehicleidstring

Example request

{
  "webhookid": "9b6ae692-60cc-4b3e-89d8-71e7549cf805",
  "vehicleid": "dc6ea99e-57d1-4e41-b129-27e7eb58713e"
}

Response

return Compatibility

status'SUCCESS' | 'FAILED'
messagestring nullable

Example response

{
  "status": "SUCCESS"
}