Skip to main content

Endpoint reference

MethodRouteAuthPurpose
GET/meUserGet authenticated user profile

GET /me User

Returns the authenticated user’s profile.
{
  "userId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "phone": "+61400000000",
  "isAdmin": false,
  "followedMatches": ["match-001", "match-002"]
}