Return the profile of the user associated with the provided access token. Use this to verify authentication state or fetch up-to-date user details.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/eggarcia98/auth-backend/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET /api/v1/auth/me
Requires a valid access token.
Headers
Bearer access token obtained after login or OTP verification. Format:
Bearer <accessToken>.Response
Indicates whether the request succeeded. Always
true on success.Examples
Success response
200
Error responses
401