GET /api/user
Retrieves the profile information for the currently authenticated user.This endpoint requires authentication. Include the Bearer token in the Authorization header.
Request
No request body is required for this endpoint.Response
Unique identifier for the user.
Full name of the user.
Email address of the user.
ISO 8601 timestamp of when the account was created.
ISO 8601 timestamp of when the account was last updated.
Example request
Example response
Error responses
401 Unauthorized
401 Unauthorized