Skip to content

Read current free-signup availability

GET
/v1/signup-status

Returns the database-backed global free-signup switch. This response is never cacheable.

Current signup availability.

object
free_signups_enabled
required

Whether unauthenticated free-account signup and verification are operationally enabled. Currently false in production.

boolean
Cache-Control
string
Example
no-store

Signup availability could not be determined (signup_gate_unavailable).

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope