v1
latestOpenAPI 3.0.12026-07-245303882.5 MBList Open Finance Brasil participant institution brands
Retrieves a paginated and filterable list of financial institution brands participating in the Open Finance Brasil ecosystem. Returns detailed information about each institution including authorization server details, supported APIs, account type capabilities, and branding information. Supports advanced filtering by name, API family types, account support flags, and custom search criteria with accent-insensitive matching.
Query parameters
Page number for pagination results
Number of items per page (maximum records returned per request)
Search text to filter brands by specific criteria. Must be used together with searchFields parameter.
Semicolon-separated list of fields to search in. Available fields: CustomerFriendlyName, CustomerFriendlyDescription, OrganisationName. Required when search parameter is provided.
Sort criteria for ordering results. Specify field names for sorting.
Filter by specific API family type supported by the institution. Available types: payments-pix, payments-pix-recurring-payments, payments-pix-recurring-payments-automatic
Filter by account type support flags. 'pf' for individual person accounts (CPF), 'pj' for legal entity accounts (CNPJ)
List of brand IDs to prioritize in the results ordering
Response
Paginated list of Open Finance Brasil participant institution brands with detailed metadata successfully returned.
Example response
{
"data": [
{
"createdAt": "2024-01-01T20:32:44.581Z",
"updatedAt": "2024-01-01T20:32:44.581Z",
"deletedAt": "2024-01-01T20:32:44.581Z",
"settings": {
"brandId": "66f4d9e296f18bc4606e1618",
"sandboxUsersTests": [
{
"username": "usuario_teste",
"password": "senha1234",
"document": {
"identification": "11122233344",
"rel": "CPF"
}
}
],
"updatedAt": "2024-09-26T03:51:03.642Z",
"uptimeStatus": "OPERATIONAL",
"id": "66f4da2796f18bc4606e2b87"
}
}
],
"meta": {
"total": 12,
"page": 1,
"pageSize": 10,
"totalPages": 2
}
}