Create a Plaid Link token to initiate a secure connection to the Plaid SDK.
cURL
curl --request POST \ --url https://api.guile.app/integrations/plaid/linkTokens \ --header 'Authorization: Bearer <token>'
{ "linkToken": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Ok. The operation succeeded.
Properties used for initializing Plaid Link SDK workflows
A Plaid Link token to initialize the Plaid Link SDK workflow.
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.
YYYY-MM-DDThh:mm:ss.sssZ