Skip to main content
POST
/
v0
/
accounts
/
link
Initiate Link
curl --request POST \
  --url https://api.sumvin.com/v0/accounts/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "institution_id": "<string>",
  "redirect_uri": "<string>",
  "products": [
    "<string>"
  ],
  "regions": [
    "<string>"
  ]
}
'
{
  "_links": {},
  "link": {
    "link_token": "<string>",
    "expiration": 123,
    "provider": "plaid"
  }
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

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

Body

application/json
institution_id
string | null
redirect_uri
string | null
products
string[] | null
regions
string[] | null

Response

Plaid link token created

HAL-style hypermedia links for navigation and available actions.