Skip to content

Fetch a status page's dark logo

GET
/public/status-pages/{slug}/logo/dark
curl --request GET \
--url https://api.perstat.io/public/status-pages/example/logo/dark

Serves the dark-mode logo image of a published status page, addressed by slug, with a five minute public cache header. Returns 404 when the page has no dark-mode logo. The content type is that of the uploaded image.

slug
required
string
Media typeimage/*