Skip to main content
POST
Create a bank account link token

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Body

redirectUri
string

Plaid OAuth target. For web or iOS, pass an https:// URL (web return URL or iOS universal link). For Android, pass the package name (e.g. com.example.app) — values without an https:// prefix are forwarded to Plaid as android_package_name with redirect_uri left blank, per Plaid's per-platform requirements.

Minimum string length: 1
Example:

"https://app.example.com/plaid/oauth-return"

Response

Response for status 200

Token to initialize Plaid Link SDK

Plaid-hosted URL for bank linking. Open in browser or webview. Null if hosted link was not requested.

expiration
string
required
requestId
string
required