Connected Accounts
Account Management
Update a connected account
Update a connected account. Supports updating the alias and/or credentials. Only specified fields will be updated. Set a credential field to null to remove it. Alias must be unique within the same project, entity, and toolkit scope.
patch/api/v3.1/connected_accounts/{nanoid}
Path parameters
nanoidstring connectedAccountId required
The unique identifier (nanoid) of the connected account
Request body
Response
Successfully updated connected account
Example response
{
"success": true,
"id": "ca_1a2b3c4d5e6f",
"status": "ACTIVE"
}