Skip to main content
GET
/
v1
/
subaccounts
/
{subaccount_id}
Get Subaccount
curl --request GET \
  --url https://api.centosfi.com/v1/subaccounts/{subaccount_id}
{
  "subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "is_active": true,
  "inserted_at": "2023-11-07T05:31:56Z",
  "description": "<string>"
}

Path Parameters

subaccount_id
string
required

Response

Successful Response

Schema for subaccount response.

subaccount_id
string<uuid>
required
name
string
required
is_active
boolean
required
inserted_at
string<date-time>
required
description
string | null