get https://partner-api.monta.com/api/v1/webhooks/entries/
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
Responses
This endpoint returns a single entry by id.
Note that we only persist entries for past 24 hours.
Required scope: webhooks:read
xxxxxxxxxx
curl --request GET \
--url https://partner-api.monta.com/api/v1/webhooks/entries/entryId \
--header 'accept: application/json'
xxxxxxxxxx
14{
"id": 1,
"consumerId": 1,
"operatorId": 1,
"eventType": "charge-points",
"payload": "See [Charge](/reference/get-charge) payload",
"status": "completed",
"error": {
"errorCode": "500",
"errorMessage": "Bad Gateway: The server is unreachable at this time."
},
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z"
}