provider plaid POST /link_delivery/create
@utdk/plaid /link_delivery/create
Create Hosted Link session
Use the `/link_delivery/create` endpoint to create a Hosted Link session.

Try it

Authentication
Configure credentials for The Plaid API
linkdeliverycreate
POST/link_delivery/create
Use the `/link_delivery/create` endpoint to create a Hosted Link session.

Input

Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.

Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.

required

A `link_token` from a previous invocation of `/link/token/create`.

Optional metadata related to the Hosted Link session

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import plaid from '@utdk/plaid';

await plaid.linkdeliverycreate()