Retrieves the HMAC signing secret for a webhook subscription.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/webhooks/{id}/secret \ --header 'Authorization: Bearer <token>'
{ "data": { "secret": "<string>" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
Signing secret.
Show child attributes