Create a webhook
POST /api/v1/webhooks
POST
/api/v1/webhooks
Register a new webhook subscription. The system will POST events to your URL.
Authorizations
Section titled “Authorizations ”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 created.
object
id
integer
created
boolean