Documentation Index
Fetch the complete documentation index at: https://mintlify.com/subratomandal/dyeink/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/auth/me
Retrieves the profile information for the currently authenticated user based on their Auth0 JWT token.Authentication
Requires Auth0 JWT token in the Authorization header.Response
The user’s unique identifier
User’s email address
User’s display name
URL to user’s profile picture
Whether the user has admin privileges
ISO 8601 timestamp of when the user was created
ISO 8601 timestamp of when the user was last updated
Example Request
cURL
Example Response
Error Responses
Authentication token is missing or invalid
User record not found in the database
Request method is not GET
Server encountered an error processing the request
Use Cases
- Verify user authentication status
- Load user profile information on application startup
- Check if user has admin privileges
- Display user information in the UI

