Documentation Index
Fetch the complete documentation index at: https://285e39fd5e337e58f16290.sightscreen.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint reference
| Method | Route | Auth | Purpose |
|---|---|---|---|
GET | /me | User | Get authenticated user profile |
GET | /user/follows | User | List followed match IDs |
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.