Skip to main content
GET
/
v1
/
webhooks
/
{id}
/
secret
Get webhook signing secret
curl --request GET \
  --url https://api.antonpayments.com/v1/webhooks/{id}/secret \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "secret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Resource identifier.

Response

Signing secret.

data
object
required