Create a bank link

Creates a new Plaid link token for connecting a bank account

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity to create the link token for

Response

Bank link created successfully
expirationstring or nullformat: "date-time"
The expiration date and time of the link token
request_idstring or null
The Plaid request ID for tracking this link token creation
user_idstring or null
The Plaid user ID associated with this link token

Errors