These docs are for v2.5. Click to read the latest docs for v3.0.
added

Banking Provider Connection Status

API connections list now displays connection status of providers (for auth and sync), see below for an example:

{
  "id": "2217d8f26c1a40d7ce96bdcbfc50f64d",
  "name": "Cater Allen Open Banking",
  "type": "api",
  "country": "GB",
  "parentRef": "caterAllen",
  "bankRef": "caterAllen",
  "isBeta": true,
  "accountTypes": [
    {
      "name": "cash",
      "beta": false
    }
  ],
  "iconUrl": "https://identity.moneyhub.co.uk/bank-icons/caterAllen",
  "userTypes": ["personal", "business"],
  "status": {
    "sync": "PARTIALLY_AVAILABLE",
    "auth": "PARTIALLY_AVAILABLE"
  }
}