Retrieve a single webhook entry by id

This endpoint returns a single entry by id.
Note that we only persist entries for past 24 hours.
Required scope: webhooks:read

Log in to see full request history
Path Params
int64
required
Responses

Response body
object
int64

Id of the entry

int64

Id of the consumer this entry belongs to

int64

Id of the operator this entry belongs to

string
required
        Type of event this entry belongs to.
        Note: This is not the type of the entity (payload.EntityType), but the type of the event that you can subscribe to.
        

charges charge-points sites users team-members teams installer-jobs wallet-transactions price-groups subscriptions plans charge-auth-tokens reports ocpp-messages charge-points-protocol-updates

payload
object
required

payload of this entry

string
required

Type of the entity

charge charge-point site user team team-member installer-job wallet-transaction price-group subscription plan charge-auth-token report ocpp-messages

string | null

Id of the entity, if applicable

string
required

Type of the event

created updated deleted scanned monta:ocpp:OcppRequestResponse monta:ocpp:ChargePointConnected monta:ocpp:ChargePointDisconnected monta:ocpp:OcppProtocolError monta:ocpp:OcppRequestTimeout

date-time | null

The timestamp indicating when the event was generated in ISO 8601 format (e.g. 2024-10-22T16:56:45.999Z)

array of objects | null

payload of this entity, e.g. a full Charge object

payload
object
string
required

Status of the entry

pending completed failed

object | null

Contains the error message if the delivery failed

string | null

error code for the entry

string | null

error message for the entry

date-time
required

Creation date of this entry

date-time | null

Update date of this entry

Language
Credentials