Bancoagrícola Logo
RefundsTokenization

Country:

GET

/v1/webhooks/{id}/secrets

Obtener el Webhook Secret

El endpoint permite recuperar el secreto utlizado para corroborar si el evento recibido es válido.

URL Parameters

id

string
required

Identificador único del webhook

example

Response Examples

200

200

404

404

Language

Login required to test API

Code Examples

cURL

curl -X GET "https://api.akua.la/v1/webhooks/example_value/secrets" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"