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

Headers

x-tenant-id
string

Body

application/json

Provide key 1 to unlock the locker

key
string
required
Example:

"801bb63c1bd51820acbc8ac20c674675"

Response

200 - text/plain

Key 1 provided

Received Key1

Example:

"Received Key1"