Returns a single webhook event by ID.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/webhooks/events/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "merchant_id": "<string>", "type": "payout.created", "payload": {}, "created_at": "2023-11-07T05:31:56Z" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
Event details.
Show child attributes