Skip to main content
Unlock vault
curl --request POST \
  --url https://api.example.com/vault/unlock \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{}

Body

application/json
password
string
required

Response

200 - application/json

OK

The response is of type object.