cURL
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
Documentation IndexFetch the complete documentation index at: https://docs.fint.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fint.app/llms.txt
Use this file to discover all available pages before exploring further.
Webhooks recuperados con éxito
Show child attributes