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

200
application/json

OK

The response is of type object.