Creates a Plaid Link token for initializing Plaid Link.
Two integration options:
For Hosted Link, users complete the flow on Plaid’s site and are redirected back to your application.
HTTP Basic Authentication using the API Key as username and API Secret as password.
Account ID
Request body for creating a Link token. Set enable_hosted_link to true to get a hosted_link_url for Plaid Hosted Link flow.
If true, returns a hosted_link_url that can be used to redirect users to a Plaid-hosted page for bank account linking. When false or omitted, only returns a link_token for SDK-based integration.
true