Endpoint reference
GET /me User
Returns the authenticated user’s profile.
GET /user/follows User
Returns the list of match IDs the authenticated user is currently following. The iOS app calls this on launch to sync local follow state with the backend.
- Request
- Response (200)
This endpoint is lightweight and designed to be called on every app launch. It returns only the follow records, not full match data. The app should use the match IDs to fetch match details separately.