Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
User response
The unique identifier of the user
Example:
"60c72b2f9b1e8d001c8e4f3a"
The user name
Example:
"John Doe"
Indicates if the user has enabled email two-factor authentication
Example:
true
Indicates if the user has claimed the free plan
Example:
false
List of active sessions for the user
Example:
[
{
"id": "60c72b2f9b1e8d001c8e4f3b",
"device": "Desktop",
"ip": "192.168.0.101",
"browser": "Chrome",
"lastActive": "2025-07-18T23:49:19.701Z"
}
]