Skip to main content

Unlock a password-protected status page

POST 

/api/v1/status-pages/:org/:slug/unlock

Verifies the page password and, on success, sets the unlock cookie every gated public read then requires.

The cookie is HOST-ONLY (no Domain attribute), HttpOnly, SameSite=Lax, Secure when the request arrived over TLS, and lasts 12 hours. Host-only is what makes it work on a customer's own domain without ever minting a cookie for solidping.io. It is signed with a key derived from the stored password hash, so changing or clearing the password invalidates every outstanding unlock immediately.

Attempts are rate limited per (client IP, page).

Request​

Responses​

Unlocked. The response carries Set-Cookie: sp_unlock_.

Response Headers
    Set-Cookie

    The host-only unlock cookie.