POST
/
webhook
curl --request POST \
  --url https://api.fint.app/api/v1/webhook \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "url": "<string>",
  "events": [
    "payment.created"
  ],
  "externalReference": "<string>"
}'
{
  "id": 123
}

Authorizations

x-api-key
string
header
required

Body

application/json
url
string
required
events
enum<string>[]
required
Available options:
payment.created,
contact.status,
contact.active,
contact.inactive,
subscription.created,
subscription.updated,
subscription.cancelled
externalReference
string

Response

201
application/json
Webhook creado con éxito
id
number
required