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

# Get feature flags

`GET /flags`

Returns the current feature flags for this Reactive Resume instance. Feature flags control instance-wide settings such as whether new user signups or email-based authentication are disabled. No authentication required.

## Response `200`

The current feature flags for this instance.

- object
  - `disableSignups` boolean, required — Whether new user signups are disabled on this instance.
  - `disableEmailAuth` boolean, required — Whether email-based authentication is disabled on this instance.
  - `showSponsors` boolean, required — Whether sponsor placements are shown on this instance.
  - `smtpEnabled` boolean, required — Whether outbound email (SMTP) is configured on this instance.

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
