Skip to main content
POST
/
logins
/
getPassword
Get login password
curl --request POST \
  --url https://api.kaizenautomation.com/logins/getPassword \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "password": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Login external ID to get password for

id
string
required

External ID of the login to get password for

Response

Password retrieved successfully

password
string
required

The decrypted password for the login