provider plaid POST
/session/token/create @utdk/plaid
/session/token/create Create a Link token for Layer
`/session/token/create` is used to create a Link token for Layer. The returned Link token is used as an parameter when initializing the Link SDK. For more details, see the [Link flow overview](https://plaid.com/docs/link/#link-flow-overview).
Try it
Authentication
Configure credentials for The Plaid API
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.sessiontokencreate()