cURL
API Reference
Post vaultgenerate password
POST
cURL
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
application/json
Input for generating a random password
Agent identifier. Optional when using an agent API key (resolved automatically); required when using a master key.
Pattern:
^[0-9a-z]+$Desired password length (4-128 characters)
Required range:
4 <= x <= 128Include uppercase letters
Include lowercase letters
Include numeric digits
Include special characters
Response
200 - application/json
OK
Generated password result
The generated password
