Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
test
Send a test webhook event
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"
  }
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_* (production) or ak_test_* (sandbox).

Path Parameters

id
string
required

Resource identifier.

Response

Test event created and dispatched.

data
object
required