Features
Refunds
Tokenization
Recurring Payments
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.

id

string
required

Identificador único del webhook

example

Responses

200

200

{
  "key": "example_string"
}
Log in to use your API keys with Try It!
REQUEST
123