| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Update the Plaid client credentials for an organization

- **client_id**  
  string  
  required  
  Plaid-issued client id.

- **secret**  
  string  
  required  
  Plaid-issued secret.

```http
200
Updated Plaid credentials.
```

```http
401
Unauthorized.
```

```http
403
Forbidden.
```

```http
404
Not found.
```

```http
429
Too many requests.
```

```http
default
Unexpected Error.
```

### Updated about 1 year ago

* * *

ShellNodeRubyPHPPython

**Bearer**  
**Base URL**  
https://Contact sales to enable your sandbox/organization/plaid_config

```
xxxxxxxxxx

curl --request PUT \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/organization/plaid_config \
     --header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here!
