Returns a paginated list of webhook subscriptions.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "merchant_id": "<string>", "url": "<string>", "events": [ "payout.created" ], "status": "active", "version": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "next_cursor": "<string>" }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Maximum number of items to return (default 20, max 100).
x <= 100
Pagination cursor from previous response's next_cursor.
next_cursor
Paginated list of subscriptions.
Show child attributes