Skip to Content

GET /api/v1/clubs/:clubName/header

Serves the club’s header image from S3. Returns binary image data (not JSON). Same caching behavior as the avatar endpoint.

Authentication: None

Cache: None (has its own in-memory image cache)

Response: Binary image data with Content-Type header (e.g. image/png)

Path Parameters

ParameterTypeRequiredDescription
clubNamestringYesClub name

Sample Request

curl https://api.grails.app/api/v1/clubs/999/header -o header.png

Error Responses

StatusDescription
404Club not found or no header set
503Storage not configured
Last updated on