Skip to main content
GET
/
api
/
v1
/
auth
/
status
Get client status
curl --request GET \
  --url http://localhost:{port}/api/v1/auth/status \
  --header 'Authorization: Bearer <token>'
{
  "state": "NOT_INITIALIZED",
  "qrState": "available",
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token authentication

Response

Client status retrieved successfully

success
boolean
required

Whether the operation was successful

state
enum<string>

Current authentication state

Available options:
NOT_INITIALIZED,
INITIALIZING,
AUTHENTICATING,
READY,
DISCONNECTED
qrState
enum<string>

Whether a QR code is available for scanning

Available options:
available,
not_available
message
string

Additional information about the operation