v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-313352,3122.9 MB
plaid

Create Hosted Link session

Use the /link_delivery/create endpoint to create a Hosted Link session.

post/link_delivery/create

Request body

client_idstring

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.

secretstring

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.

link_tokenstring required

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

Response

OK

link_delivery_urlstring required

The URL to the Hosted Link session, which will be delivered by the specified delivery method.

link_delivery_session_idstring required

The ID for the Hosted Link session. Same as the link_token string excluding the "link-{env}-" prefix.

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.