get https://api.belvo.com/payments/br/enrollments/
▶️ Usage
With the List Enrollments method, you can:
- List enrollments related to a specific
customer.id
andinstitution.id
(using thecustomer
andinstitution
query parameters). - Get the details of a specific
enrollment.id
(using theid
query parameter). - [Not Recommended] List all enrollements related to your Belvo account (without using any query parameters).
🔦 Filtering Responses
Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article.
📖 Pagination
This method returns a paginated response (default: 100 items per page). You can use the page_size
query parameter to increase the number of items returned to a maximum of 1000 items. You can use the page
query parameter to navigate through the results. For more details on how to navigate Belvo's paginated responses, see our Pagination Tips article.