Skip to main content
GET
/
api
/
auth
/
meta
Get auth metadata (e.g. signup disabled)
curl --request GET \
  --url https://api.example.com/api/auth/meta
{
  "signupDisabled": true
}

Response

200 - application/json

Auth metadata for the login/signup page.

signupDisabled
boolean
required

Whether signup is disabled