Skip to main content
POST
/
v2
/
account-connections
/
plaid
/
link-token
Create a Plaid Link token
curl --request POST \
  --url https://api.range.org/v2/account-connections/plaid/link-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "country_codes": [
    "GB"
  ]
}
'

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Body

application/json
country_codes
string[]

ISO 3166-1 alpha-2 country codes that scope which institutions Plaid Link shows (e.g. the country of the customer being onboarded). Must be a subset of the countries the Plaid account is approved for; defaults to all approved countries when omitted.

Example:
["GB"]

Response

201 - undefined
Last modified on June 21, 2026