Get an event by ID

GET
/events/:event_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_idstringRequired

ID of the webhook event. This is the id value you might have received in a webhook or retrieved from GET /events.

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Response

Successful Response

idstring
actionstring
descriptionstring
entity_idstring
object_typeenum
created_atdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The timestamp that was generated at the time of making the database transaction that has initially caused the event

api_versionstringOptional
objectanyOptional

Errors