---
title: "Get a list of features"
method: GET
path: "/iam/admin/feature"
tags: ["IAM Reseller Features"]
---

# Get a list of features

`GET /iam/admin/feature`

Returns a list of available features that you can manage.

## Response `200`

OK.

- object[] — Simple array without pagination
  - `id` integer, required — Feature's ID.
  - `name` string, required — A feature's name.
  - `service` 'CDN' | 'STORAGE' | 'STREAMING' | 'DNS' | 'DDOS' | 'CLOUD', required — The service a feature belongs to.
  - `is_free` boolean, required — Shows if a feature is free or paid.

## Other responses

- `401` — Authentication credentials were not provided or given token not valid for any token type.

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
