Create Plaid Link token

post/api/tradfi/v1/plaid/link/token

Creates a Plaid Link token for initiating the Plaid Link flow. The token is used to open Plaid Link in the client application, allowing users to connect their bank accounts. After the user completes the Plaid Link flow, use the /api/tradfi/v1/plaid/link/token/exchange endpoint with the returned token (as linkToken) and the publicToken received from Plaid Link to complete the bank account linking process.

Request Body

Enterprise identification for the Plaid Link token request
enterpriseId string required
The ID of the enterprise
Min length: >= 1 characters
androidPackageName string
The Android package name for OAuth redirect flows. Required when initializing Plaid Link on Android.
redirectUri string
The OAuth redirect URI for mobile and web flows.

201 Response

data object required
token string required
The Plaid Link token to use in the client
expiration string <date-time>required
The expiration time of the link token

404 Response

errorName string required
error string required

424 Response

errorName string required
error string required

428 Response

errorName string required
error string required

500 Response

errorName string required
error string required