---
title: "Get supported features for a connected account"
method: GET
path: "/core/v1/cloudconnect/supportedFeatures/{accountID}"
tags: ["Cloud Connect"]
---

# Get supported features for a connected account

`GET /core/v1/cloudconnect/supportedFeatures/{accountID}`

Returns the list of supported features and their permission status for a cloud account connected via CloudConnect.
The account must belong to the authenticated customer. Supports AWS and Azure accounts.

## Path parameters

- `accountID` string, required

## Response `200`

OK - Supported features returned.

- SupportedFeaturesResponse — Response containing the supported features for a CloudConnect account.
  - `supportedFeatures` SupportedFeature[] — List of features and their permission status.
    - `name` string — The name of the feature.
    - `hasRequiredPermissions` boolean — Whether the connected account has the required permissions for this feature.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - No CloudConnect document found for this account.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
