Bancoagrícola Logo
RefundsTokenization

Country:

POST

/v1/webhooks

Crear un Webhook

El endpoint permite dar de alta un nuevo webhook. El mismo requiere la url, la descripción, el rate limit y los eventos que se desea recibir.

url

string

description

string

rate_limit

number

events

array

Response Examples

201

201

Language

Login required to test API

Code Examples

cURL

curl -X POST "https://api.akua.la/v1/webhooks" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "events": []
}''