Skip to main content
PATCH
Update a webhook endpoint

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required

The webhook endpoint ID

Body

application/json

Parameters for updating a webhook endpoint. At least one field must be provided.

enabledEvents
enum<string>[]

List of event types to subscribe to

Minimum array length: 1

The type of event that triggers the webhook

Available options:
ocpp.message,
asset.connectivity
status
enum<string>

The status of the webhook endpoint

Available options:
active,
inactive

Response

Webhook endpoint updated successfully

data
object

A webhook endpoint configuration