---
title: "Serve a server-status white page"
method: GET
path: "/api/v1/events/wp/{kind}"
tags: ["Events (Clicks)"]
---

# Serve a server-status white page

`GET /api/v1/events/wp/{kind}`

Public, unauthenticated white page hosted by the backend instead of an external site: `403` and `404` answer with that status, `blank` with an empty 200. Any other kind renders the 404 page. Normally these are answered inline by the click redirect endpoint (so the visitor keeps the stream domain in the address bar); this route exists so the stored URL also resolves when opened directly.

## Path parameters

- `kind` string, required

## Response `200`

Successful Response

## Other responses

- `403` — Forbidden page
- `404` — Not Found page
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
