v1
latestOpenAPI 3.1.02026-08-06230114.0 KBWebhooks
Update Webhook
put/v1/webhooks/{webhookId}
Path parameters
webhookIdstring required
Headers
Authorizationstring
User access token
User access token
Content-Type'application/json'
Request body
Example request
{
"name": "Example Webhook",
"url": "https://www.exampleapp.com/webhook",
"authKey": "9WVPxCzIUacIehyUKgJkqz4fQaZwnrs9DVy4yB",
"events": [
"tripStart",
"tripEnd",
"mil"
],
"active": true
}Response
Returns the updated webhook
Example response
{
"id": "65f8a2b4c9d7e1234567890b",
"name": "Example Webhook",
"url": "https://www.exampleapp.com/webhook",
"authKey": "9WVPxCzIUacIehyUKgJkqz4fQaZwnrs9DVy4yB",
"applicationId": "65f8a2b4c9d7e1234567890c",
"events": [
"tripStart",
"tripEnd"
],
"active": true,
"createdAt": "2026-01-01T08:30:00.000Z",
"updatedAt": "2026-01-01T08:30:00.000Z"
}