Read current free-signup availability
GET /v1/signup-status
GET
/v1/signup-status
Returns the database-backed global free-signup switch. This response is never cacheable.
Responses
Section titled “ Responses ”Current signup availability.
object
free_signups_enabled
required
Whether unauthenticated free-account signup and verification are operationally enabled. Currently false in production.
boolean
Headers
Section titled “Headers ” Cache-Control
string
Example
no-storeSignup 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