get https://api-h.envbank-baas.com.br/api/webhooks
The List Webhooks endpoint in the ENV Bank allows users to retrieve a list of registered webhooks associated with their account. Webhooks are a mechanism for real-time communication between systems, enabling ENV Bank to notify external applications about specific events, such as completed cash-out transactions or charge-related events.
Log in to see full request history
HEADERS
Authorization (string, required): The access token generated by the authentication endpoint must be included in the authorization header in the format Bearer {{access_token}}.
Practical Tips
- Webhook monitoring: Regularly check registered webhooks to ensure they are configured correctly and receiving notifications as expected.
Responses