Get Webhooks
This endpoint retrieves all webhook configurations associated with a specific merchant account.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Query Parameters
The unique identifier of the merchant account
10000000 <= x <= 9999999935253486
Response
Success Response (200)
The unique identifier of the merchant account
35253486
The unique identifier of the webhook
1
The event code that triggers the webhook (free-form string)
"payment.success"
A description of the event
"Payment Success Notification"
The URL that receives webhook notifications
"https://merchant.example.com/webhooks/payment"
The signature used to verify the authenticity of webhook notifications
"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6"
The date and time when the webhook was created (ISO 8601)
"2024-01-15T10:30:00Z"
The email of the user who created the webhook
"admin@example.com"
The date and time when the webhook was last modified (ISO 8601)
"2024-01-16T14:20:00Z"
The email the user who last modified the webhook
"admin@example.com"