Body

Update the Plaid client credentials for an organization

Responses

PUT /organization/plaid_config
curl \
 -X PUT https://<your_environment_name>-uat-api.canopyservicing.com/organization/plaid_config \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"client_id":"52091yd3ss886p112mc32xa9","secret":"ce830da06d1fbbf76adec01e2ced2c"}'
Request example
{
  "client_id": "52091yd3ss886p112mc32xa9",
  "secret": "ce830da06d1fbbf76adec01e2ced2c"
}