Sends a test event to the subscription endpoint to verify it is reachable and correctly processing events. The subscription must be active.
cURL
curl --request POST \ --url https://api.antonpayments.com/v1/webhooks/{id}/test \ --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.
Test event created and dispatched.
Show child attributes