---
title: "Configure Plaid"
method: POST
path: "/v6/config/integrations/plaid"
tags: ["Integrations"]
---

# Configure Plaid

`POST /v6/config/integrations/plaid`

Configure Plaid integration credentials

## Request body

- PlaidCredentials
  - `clientId` string, required — Plaid Client ID for API authentication.
  - `secret` string, required — Plaid Secret Key for server-to-server authentication.
  - `statementsEnabled` boolean — Whether the Statements product is be enabled for this Plaid integration. Must first be enabled for this client_id in the Plaid Dashboard (https://dashboard.plaid.com/developers/api) before setting this to true.

## Response `200`

Success

- SuccessResponsePlaidCredentials
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` PlaidCredentials
    - `clientId` string, required — Plaid Client ID for API authentication.
    - `secret` string, required — Plaid Secret Key for server-to-server authentication.
    - `statementsEnabled` boolean — Whether the Statements product is be enabled for this Plaid integration. Must first be enabled for this client_id in the Plaid Dashboard (https://dashboard.plaid.com/developers/api) before setting this to true.

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/versions/e9f0790a89af/schema)
