v1

latestOpenAPI 3.0.0Apache 2.02026-07-17362847.3 KB
simulator

update a registered webhook

put/simulator/webhooks/{subscriptionId}

Path parameters

subscriptionIdstring required

Subscription ID of the webhook to update

Request body

webhooksstring[] required
notificationUrlstring uri required

Example request

{
  "webhooks": [
    "automation_level_changed",
    "driver_changed",
    "journey_begin",
    "journey_end",
    "location_changed",
    "ignition_changed",
    "harsh_acceleration",
    "harsh_braking"
  ],
  "notificationUrl": "https://myserver/endpoint"
}

Response

Webhook updated