Skip to main content

Lock and Unlock

Lock your vault

POST /lock

Lock your safe. This action will destroy the session key required to authorize requests to most endpoints.

Unlock your vault

POST /unlock

Unlock your safe. This action will create the session key required to authorize requests to most endpoints.

Request body:

{
"password": "PasswordValue"
}