Skip to main content
POST
/
custodian
/
key2
Provide Key 2
curl --request POST \
  --url https://api.example.com/custodian/key2 \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "801bb63c1bd51820acbc8ac20c674675"
}
'
"Received Key2"

Headers

x-tenant-id
string

Body

application/json

Provide key 2 to unlock the locker

key
string
required
Example:

"801bb63c1bd51820acbc8ac20c674675"

Response

200 - text/plain

Key 2 provided

Received Key2

Example:

"Received Key2"