Skip to content
getgeolens.com

Config

GET
/auth/config/
curl --request GET \
--url https://example.com/api/auth/config/

Return public auth configuration (no authentication required).

Successful Response

Media type application/json
ConfigResponse
object
registration_enabled
required
Registration Enabled

Whether self-service registration is open

boolean
Example generated
{
"registration_enabled": true
}