Unlock an organization's password-protected default status page
POST/api/v1/status-pages/:org/unlock
Same as POST /api/v1/status-pages/{org}/{slug}/unlock, resolved to the organization's default page — the form a client reaching a default page through /s/{org} can use, having no slug to send.
Request
Responses
- 204
- 401
- 404
- 422
- 429
Unlocked. The response carries the unlock cookie.
Response Headers
Set-Cookie
The host-only unlock cookie.
Incorrect password (code STATUS_PAGE_LOCKED).
No live, password-protected default page.
Validation error
Too many requests