Skip to content

Per-user side and permission set for a team match

GET
/api/v1/team-matches/{id}/me
curl --request GET \
--url https://internal.myscore.live/api/v1/api/v1/team-matches/tmm_abc123/me \
--header 'Authorization: Bearer <token>'

Returns the caller’s side (home/guest/none) and the list of allowed actions (submit-lineup, approve, etc.) for this match. Used by the frontend to drive captain/TP/admin UI.

id
required
string
Example
tmm_abc123

Team match ID

User side + per-action booleans

Unauthorized

Team match not found