Generates a Plaid Link token that the platform’s frontend uses to open the Plaid bank-selection UI for an end user.
Authorization: Bearer <jwt> token obtained via
POST /v1/platform/auth/token.user_id must exist, be an active end
user, and belong to the authenticated platform. Returns 404
(not 403) if any check fails.The Plaid environment is determined by the request mode:
Returns a short-lived link_token string. Pass it to the Plaid
Link SDK on the frontend.
Documentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Request to generate a Plaid Link token for an end user.
UUID of the end user for whom the Plaid Link session is being initiated. The user must belong to the authenticated platform.
"b3a9b622-cc63-4d3c-aad6-2d8e29e6f9d4"
OAuth redirect URI for Plaid Link. Required for OAuth-based institutions. Must be registered in the Plaid dashboard.
2048"https://app.example.com/plaid/callback"