Skip to content

Update a webhook

PUT
/api/v1/webhooks/{id}
id
required
integer
object
name
required
string
My Integration
url
required
string
https://my-app.com/webhooks/ocpp
enabled
boolean
default: true
events

List of OCPP events to subscribe to.

Array<string>
[
"StartTransaction",
"StopTransaction",
"StatusNotification"
]
secret_header
string
X-Webhook-Secret
secret_value
string
my-secret-123

Webhook updated.

object