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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.