Skip to main content
GET
/
api
/
v1
/
accounts
/
{account-id}
Get an account by ID
curl --request GET \
  --url https://app.crown-brlv.com/api/v1/accounts/{account-id}
{
  "account": {
    "id": "019712cf-c86d-703f-85b8-bdaa4fc8d254",
    "alias": "Trading account",
    "status": "active",
    "external-id": "ext-12345",
    "created-at": "2024-01-15T10:30:00Z",
    "parent-id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Path Parameters

account-id
string<uuid>
required

Response

Account retrieved successfully

account
object
required