Skip to content

Submit password for protected status page

POST
/status/{token}

Submits the password for a protected status page. On success, sets a session cookie and redirects to the GET endpoint. On failure, re-renders the password form with an error message.

token
required
string
Example
a8f3b2c1d4e5f6a7b8c9d0e1f2a3b4c5

Unguessable token identifying the status page.

object
password
string

Wrong password. Re-renders the password form with an error.

string

Password correct. Redirects to the status page with a session cookie.

Status page not found.