Skip to main content
GET
/
v0
/
user
/
me
/
bank
/
accounts
/
{external_id}
/
sync
/
status
Get Sync Status
curl --request GET \
  --url https://api.example.com/v0/user/me/bank/accounts/{external_id}/sync/status
{
  "_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"
    }
  }
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

external_id
string
required

Response

Sync status retrieved

HAL-style hypermedia links for navigation and available actions.

account_external_id
string
required
last_synced_at
integer | null
required
cursor
string | null
required
is_stale
boolean
required

Whether sync is stale