cURL
curl --request POST \ --url https://sandbox.tight.com/v6/integrations/plaid/connection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accessToken": "<string>", "tranStartDate": "2023-12-25" } '
{ "result": "SUCCESS", "data": { "accessToken": "<string>", "tranStartDate": "2023-12-25" } }
Link a new (or update an existing) Plaid Connection
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Plaid access_token obtained from Plaid Link.
Earliest day for which to pull transactions
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes