API ReferenceAuthentication API

Get current user information

Returns the authenticated user's profile information including user ID, email, roles, and guest status.

GET
/auth/me
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/auth/me"
{}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}