Get all banks with their activation status (admin only)
Get all banks with their activation status (admin only)
Query parameters
Filter by market (optional)
Filter by market (optional)
Filter by activation status (optional)
Filter by activation status (optional)
Response
Success
Example response
{
"success": true,
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Santander",
"market": "GB",
"currency": "GBP",
"displayName": "Santander",
"logoUrl": "https://example.com/logo.png",
"topInMarket": true,
"isActive": true,
"tinkProvider": {
"id": "tink-provider-123",
"popular": true
},
"providers": [
{
"name": "tink",
"popular": true
}
],
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
]
}Changes
Changed in 3 of the 8 revisions of this API.314
- ▲
for the
queryrequest parametermarket, the minLength was increased from0to2request-parameter-min-length-increased
- ▲
added the pattern
^[A-Za-z]{2}$to thequeryrequest parametermarketrequest-parameter-pattern-added
- ●
for the
queryrequest parametermarket, the maxLength was set to2request-parameter-max-length-set
- ○
the
data/items/currencyresponse's property pattern^[A-Za-z]{3}$was added for the status200response-property-pattern-added
- ○
the
data/items/marketresponse's property pattern^[A-Za-z]{2}$was added for the status200response-property-pattern-added
- ○
added the required property
data/items/providersto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲