Sofa
Admin

Get registration status

Check whether new user registration is currently open or closed.

GET
/admin/registration
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Response Body

application/json

curl -X GET "http://localhost:3000/api/v1/admin/registration"
{
  "open": true
}