curl --request GET \
--url https://api.example.com/api/auth/me{
"Id": {},
"Username": "<string>",
"Email": "<string>",
"CreatedAt": {}
}Retrieve information about the authenticated user
curl --request GET \
--url https://api.example.com/api/auth/me{
"Id": {},
"Username": "<string>",
"Email": "<string>",
"CreatedAt": {}
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/David-Andino/auth-service-dotnet/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <access_token>
curl -X GET http://localhost:5000/api/auth/me \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
{
"Id": "123e4567-e89b-12d3-a456-426614174000",
"Username": "johndoe",
"Email": "john@example.com",
"CreatedAt": "2026-03-10T15:30:00Z"
}
{
"message": "Token inválido."
}
NameIdentifier or sub claim