Update a webhook
PUT /api/v1/webhooks/{id}
PUT
/api/v1/webhooks/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Request Body required
Section titled “Request Body required ”object
name
required
string
My Integration url
required
string
https://my-app.com/webhooks/ocpp enabled
boolean
events
List of OCPP events to subscribe to.
Array<string>
[ "StartTransaction", "StopTransaction", "StatusNotification"] secret_header
string
X-Webhook-Secret secret_value
string
my-secret-123Responses
Section titled “ Responses ”Webhook updated.