v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Feature Flags

Get feature 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.

get/flags

Response

The current feature flags for this instance.

disableSignupsboolean required

Whether new user signups are disabled on this instance.

disableEmailAuthboolean required

Whether email-based authentication is disabled on this instance.

showSponsorsboolean required

Whether sponsor placements are shown on this instance.

smtpEnabledboolean required

Whether outbound email (SMTP) is configured on this instance.