GET
/
subaccounts
/
{id}
curl --request GET \
  --url https://api.cnaught.com/v1/subaccounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "5nubL0NS",
  "name": "Marketing Department",
  "email": "jane.doe@example.com",
  "default_portfolio_id": "mHvNvWbq",
  "logo_url": "https://customer-assets.cnaught.com/fe0df075-30e2-4e58-9feb-154e72a9205f/subaccount_logo.png"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of subaccount to return / modify

Examples:

"5nubL0NS"

Response

200
application/json

Subaccount Details

The response is of type object.