Get Current User
Authentication
Get Current User
Retrieve the authenticated user’s profile information.
GET
Get Current User
Get Current User
Retrieve profile information for the currently authenticated user.Authentication
Requires JWT token authentication.Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Unique user identifier |
email | string | User’s email address |
email_verified | boolean | Whether the email has been verified |
created_at | string | Account creation timestamp (ISO 8601) |
updated_at | string | Last update timestamp (ISO 8601) |
Status Codes
| Code | Description |
|---|---|
200 | Success |
401 | Invalid or missing token |

