Endpoint
Authentication
This endpoint requires a valid JWT token in the Authorization header.Response
Unique identifier of the user
Email address of the user
Full name of the user
Timestamp when the user account was created (ISO 8601 format)
Example Request
Example Response
200 OK
Error Responses
401 Unauthorized
401 Unauthorized
This endpoint is useful for verifying token validity and retrieving basic user information after authentication.
