latestOpenAPI 3.1.02026-08-2129140120.4 KB
eea178ae3207
Webhooks
List Webhook Subscriptions
Retrieves all active webhook subscriptions for the authenticated bank account.
get/v1/webhooks
Response
List of webhook subscriptions
Example response
{
"webhooks": [
{
"id": "6225875037061120",
"url": "https://empresa.com/empresa_webhook"
}
]
}