---
title: "Get login password"
method: POST
path: "/logins/getPassword"
tags: ["Logins"]
---

# Get login password

`POST /logins/getPassword`

Returns the decrypted password for a login. Gated by a LaunchDarkly feature flag per organization.

## Request body

- object
  - `id` string, required — External ID of the login to get password for

## Response `200`

Password retrieved successfully

- object
  - `password` string, required — The decrypted password for the login

## Other responses

- `400` — Invalid request parameters
- `403` — Feature not enabled for this organization
- `404` — Login not found or has no password

---

[API](https://skmtc.dev/kaizenautomation/apis/kaizen-api.md) · [All operations](https://skmtc.dev/kaizenautomation/apis/kaizen-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaizenautomation/kaizen-api/revisions/4aa3664ceff2/schema)
