Skip to main content
POST
/
v0
/
accounts
/
{external_id}
/
sync
Sync Account
curl --request POST \
  --url https://api.example.com/v0/accounts/{external_id}/sync
{
  "_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

Account sync initiated

HAL-style hypermedia links for navigation and available actions.

external_id
string
required
provider
string
required
account_type
string
required
status
string
required
institution_name
string
required
account_name
string
required
balance_currency
string
required
created_at
integer
required
institution_logo_url
string | null
account_mask
string | null
nickname
string | null
balance_current
string | null
balance_available
string | null
balance_updated_at
integer | null
last_synced_at
integer | null
sync_event_id
string | null