Skip to content

Create a webhook

POST
/api/v1/webhooks

Register a new webhook subscription. The system will POST events to your URL.

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 created.

object
id
integer
created
boolean