GET
/
workspaces
/
{workspaceId}
/
accounts
/
{accountId}
Get Account by ID
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/accounts/{accountId}
{
  "accountId": "bin11066zbf15owuxn9ohrvg",
  "accountName": "Default vault",
  "accountType": "vault",
  "createdAt": "1742572023000",
  "createdBy": "htp1jwoa1qk8m8cw2dc8th4z",
  "externalId": "aqm4857o9fvc1iyjm3vi72es",
  "extra": {},
  "isTestnet": true,
  "parentAccountId": "<string>",
  "status": "active",
  "updatedAt": "1742572023000",
  "workspaceId": "liya1seswlrlydfpy5xzulsz"
}

Path Parameters

workspaceId
string
required
accountId
string
required

Response

OK

accountId
string
required
Examples:

"bin11066zbf15owuxn9ohrvg"

accountName
string
required
Examples:

"Default vault"

accountType
enum<string>
required
Available options:
vault
createdAt
string
required
Examples:

"1742572023000"

externalId
string
required

Unique external ID for the account

Examples:

"aqm4857o9fvc1iyjm3vi72es"

status
enum<string>
required
Available options:
active,
archived,
shard-generating
workspaceId
string
required
Examples:

"liya1seswlrlydfpy5xzulsz"

createdBy
string
Examples:

"htp1jwoa1qk8m8cw2dc8th4z"

extra
object

Account extra data

isTestnet
boolean

Flag to indicate if the account is a testnet account

parentAccountId
string

Parent account ID

updatedAt
string
Examples:

"1742572023000"