Skip to content

Get Registration Mode

GET
/api/superadmin/config/registration-mode
curl --request GET \
--url https://example.com/api/superadmin/config/registration-mode \
--header 'Authorization: Bearer <token>'

Read the current platform registration mode.

Successful Response

Media type application/json
RegistrationModeResponse
object
mode
required
Mode
string
Example generated
{
"mode": "example"
}