Api referenceAccounts
Get account
Fetch a single account by identifier.
Authorization
bearerAuth AuthorizationBearer <token>
Cobalt API key (prefix ck_live_). Issue from dashboard → Settings → API keys.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/accounts/string"{
"balance": 0,
"creditLimit": 0,
"currency": "USD",
"id": "string",
"institution": "string",
"mask": "string",
"name": "string",
"type": "bank"
}{
"code": "string",
"error": "string"
}{
"code": "string",
"error": "string"
}{
"error": {
"issues": [
{
"code": "string",
"message": "string",
"path": [
"string"
]
}
],
"name": "string"
},
"success": true
}Delete account DELETE
Delete an account by id. Source-agnostic: manual accounts are removed outright, Plaid-linked accounts are unlinked (and Plaid's `/item/remove` is called once the item drains), and SnapTrade brokerage accounts are disconnected upstream.
List accounts GET
Returns every account the API key's owner has connected — checking, savings, credit, brokerage, and manual.