Skip to main content
POST
/
v0
/
open-banking
/
exchange-token
Exchange Plaid Token
curl --request POST \
  --url https://api.example.com/v0/open-banking/exchange-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "public_token": "<string>",
  "account_ids": [
    "<string>"
  ]
}
'
{
  "_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-juno-jwt
string | null

Body

application/json
public_token
string
required

Public token from Plaid Link

account_ids
string[] | null

Optional: specific account IDs to link (all if not specified)

Response

Accounts linked successfully

HAL-style hypermedia links for navigation and available actions.

accounts
AccountData · object[]
required
item_id
string
required
accounts_linked
integer
required