v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBAccount Connections
Update account connection
Updates mutable connection fields. Currently supports renaming only.
patch/v2/account-connections/{id}
Path parameters
idstring required
Request body
Example request
{
"name": "My Kraken Trading Account"
}Response
Example response
{
"id": "conn_abc123",
"name": "My Utila Account",
"type": "utila",
"public_data": {
"public_key": "pk_abc123"
},
"created_at": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z"
}