---
title: "Get feature flags"
method: GET
path: "/feature-flags"
tags: ["Feature Flags"]
---

# Get feature flags

`GET /feature-flags`

## Response `200`

A list of feature flags

- FeatureFlags
  - `authMode` 'oauth2' | 'shared-secret'

## Other responses

- `500` — An internal server error occurred

## Changes

- **2026-07-17** `8821f8847f2c` — 3 info
  - api tag `Feature Flags` added
  - added the non-success response with the status `500`
  - removed the non-success response with the status `400`
- **2025-06-30** `1134247b1d5b` — 1 info
  - endpoint added
- **2025-02-11** `19d2c93fbacc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/feature-flags/get.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
