Skip to content

Get score change audit log (admin only)

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

Returns every score change recorded for this match — who set what score when. Used for incident investigation and audit.

id
required
string
Example
mat_abc123

Match ID

Score change history

Unauthorized

Admin only

Match not found