Get team logo PNG.
Returns the team's logo as an image/png binary response with a
Cache-Control: public, max-age=604800 header (7-day client cache).
Logos are served through a cached image proxy, so clients always hit a stable URL on this API regardless of the upstream source.
team_id must be the UUID-backed team id used by the logo asset store.
Returns 404 if no logo is available for the team.
Returns the team's logo as an image/png binary response with a
Cache-Control: public, max-age=604800 header (7-day client cache).
Logos are served through a cached image proxy, so clients always hit a stable URL on this API regardless of the upstream source.
team_id must be the UUID-backed team id used by the logo asset store.
Returns 404 if no logo is available for the team.
Authorization
api_key In: header
Path Parameters
UUID-backed team id used by the logo asset store. Example: 550e8400-e29b-41d4-a716-446655440000.
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/assets/team-logo/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"error": {
"code": "string",
"message": "string",
"property1": null,
"property2": null
}
}{
"error": {
"code": "string",
"message": "string",
"property1": null,
"property2": null
}
}