Health
Get maximum session count
Returns the current maximum session count. This may be either the value set via the POST endpoint or the default from the MAX_SESSIONS_COUNT environment variable.
get/max-session-count
Response
Successfully retrieved max session count
Example response
{
"max_session_count": 128
}