Skip to main content
GET
/
v0
/
open-banking
/
providers
List Providers
curl --request GET \
  --url https://api.example.com/v0/open-banking/providers
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Response

200 - application/json

Available providers retrieved successfully

HAL-style hypermedia links for navigation and available actions.

providers
OpenBankingProviderInfo · object[]
required