v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBAccount Connections
Create a Plaid Link token
Returns a short-lived link_token the client passes to Plaid Link. Optionally scope which institutions Link shows by passing country_codes (e.g. the country of the customer being onboarded); defaults to all approved countries. After the user completes the flow, POST /account-connections with the returned public_token.
post/v2/account-connections/plaid/link-token
Request body
Example request
{
"country_codes": [
"GB"
]
}