get https://api-h.envbank-baas.com.br/api/transactions
The Fetch Transactions endpoint in the ENV Bank API enables users to retrieve a statement of transactions associated with their account. This endpoint provides detailed information about financial activities, offering insight into charges, fees, and other transactions within a specified date range.
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
Pagination: Use the page parameter to manage the pagination of results, especially if you expect a large volume of transactions.
Responses