Get webhook event by id

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
eventIdstringRequired

Response

idstring
organizationIdstring
typestring
versionstring
occurredAtdatetime
payloadstring

Stringified JSON payload (redacted in read APIs)

createdAtdatetime
merchantIdstring
requestIdstring

Errors

401
Get Event Request Unauthorized Error
403
Get Event Request Forbidden Error
404
Get Event Request Not Found Error
500
Get Event Request Internal Server Error