Get an event by ID
Get a webhook event by its ID. The data is the same as you might have previously received in a webhook sent by Monite to your server.
Path parameters
event_id
ID of the webhook event. This is the id
value you might have received in a webhook or retrieved from GET /events
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
Response
Successful Response
id
action
description
entity_id
object_type
created_at
The timestamp that was generated at the time of making the database transaction that has initially caused the event
api_version
object