Skip to main content
POST
/
integrations
/
plaid
/
linkTokens
Create a Plaid Link token
curl --request POST \
  --url https://api.guile.app/integrations/plaid/linkTokens \
  --header 'Authorization: Bearer <token>'
{
  "linkToken": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Response

Ok. The operation succeeded.

Properties used for initializing Plaid Link SDK workflows

A Plaid Link token to initialize the Plaid Link SDK workflow.

expiresAt
string<date-time>
required

The date-time when the Plaid Link token expires, in RFC 3339 date-time YYYY-MM-DDThh:mm:ss.sssZ format, UTC. This is derived and immutable.