Retrieve a Webhook Event
GET
Retrieve a webhook event
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Path Parameters
Pattern:
^evt_[a-zA-Z0-9]+$Response
Event with full payload.
A single webhook event record. The payload is the event-specific shape documented in Webhook Events.
Retrieve a webhook event