latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Link Accounts
Update a Link account
Updates a Link account's details. Supports updating name, description, status, credentials, and whitelisting flag.
patch/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
Your enterprise id.
accountIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608
The account ID to update.
Headers
user-idstring required
User id of the user making the request.
Request body
Example request
{
"name": "My Coinbase Account v2",
"description": "Updated description",
"status": "inactive",
"whitelistingEnabled": true
}Response
OK