---
title: "Validate cPanel account's feature access"
method: GET
path: "/Features/has_feature"
tags: ["Features", "cPanel Features"]
---

# Validate cPanel account's feature access

`GET /Features/has_feature`

This function checks whether a cPanel account has access to
a [feature](https://go.cpanel.net/whmdocsFeatureManager#selectable-features).

## Query parameters

- `name` string, required

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object, nullable
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — A message about the feature's status. **Note:** The function only returns a message when the feature exists but it is **not** enabled.
    - `metadata` object
    - `status` 0 | 1, nullable — Whether the feature exists on the system. * `1` — The feature exists on the system and it is enabled. * `0` — The feature exists on the system, but the user does **not** have it. * `null` — The feature is **not** installed on the system.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
