Skip to main content
GET
Get auth status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Current auth state

status
enum<string>
Available options:
ok,
phone_not_verified,
2fa_required,
error
token
string

JWT returned on success

message
string
auth
object