POST /v1/vault/pwned-passwords/range
POST/v1/vault/pwned-passwords/range
Pwned-password k-anonymity range lookup (HIBP proxy)
Request Body
| Name | Typ | Beschreibung |
|---|
prefixerforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/vault/pwned-passwords/range \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"prefix": "string"
}'
const result = await cm.vault.post({
"prefix": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |