Get Current User
API Reference
Get Current User
Retrieve the profile of the authenticated user
GET
Get Current User
Authentication
This endpoint requires an API token passed as a Bearer token in theAuthorization header.
Request
Response
The user’s unique identifier (UUID)
The user’s email address
The user’s first name
The user’s last name
Whether the user account is active
Whether the user’s email has been verified
Example Response
200
Errors
| Status | Description |
|---|---|
| 401 | Invalid or expired API token |