curl --request GET \
--url https://api.fint.app/api/v1/webhook \
--header 'x-api-key: <api-key>'{
"webhooks": [
{
"id": 123,
"url": "<string>",
"active": true,
"events": [
"payment.created"
],
"createdAt": "<string>",
"externalReference": "<string>"
}
]
}Obtener lista de webhooks
curl --request GET \
--url https://api.fint.app/api/v1/webhook \
--header 'x-api-key: <api-key>'{
"webhooks": [
{
"id": 123,
"url": "<string>",
"active": true,
"events": [
"payment.created"
],
"createdAt": "<string>",
"externalReference": "<string>"
}
]
}Webhooks recuperados con éxito
Show child attributes
payment.created, payment.voided, payment.chargeback, contact.status, contact.active, contact.inactive, subscription.created, subscription.updated, subscription.cancelled