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

Query Parameters

sync_type
enum<string>
default:transactions
Available options:
balance,
transactions,
full

Response

Sync triggered

HAL-style hypermedia links for navigation and available actions.

event_id
string | null
required

Sync event ID for polling (None when queue disabled)

status
string
default:pending

Sync status

Allowed value: "pending"