cURL
curl --request POST \ --url https://sandbox.tight.com/v6/config/integrations/plaid \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clientId": "<string>", "publicKey": "<string>", "secret": "<string>" } '
{ "result": "SUCCESS", "data": { "clientId": "<string>", "publicKey": "<string>", "secret": "<string>" } }
Configure Plaid integration credentials
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
Plaid Client ID for API authentication.
Plaid Public Key for client-side authentication.
Plaid Secret Key for server-to-server authentication.
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes