GameCraftGameCraft
API ReferenceUsers

/api/v1/users/me

API documentation for /api/v1/users/me

GET
/api/v1/users/me

Authorization

bearerAuth

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/api/v1/users/me"
{
  "id": "usr_abc123",
  "name": "John Doe",
  "email": "john@example.com",
  "emailVerified": true,
  "image": "https://example.com/avatar.png",
  "createdAt": "2026-04-07T02:30:41.232Z"
}
{
  "error": "Invalid API key"
}