Skip to content

Get tournament logo image

GET
/api/v1/tournaments/{id}/logo
curl --request GET \
--url https://internal.myscore.live/api/v1/api/v1/tournaments/trn_abc123/logo

Public endpoint. Returns the logo image bytes with Content-Type set. Falls back to a deterministic placeholder when no logo is uploaded.

id
required
string
Example
trn_abc123

Tournament ID

Image binary

Tournament not found