Skip to content

Get tournament banner image

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

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

id
required
string
Example
trn_abc123

Tournament ID

Image binary

Tournament not found