Note:
- If the query parameters are omitted, all vault entries will be returned.
- If both parameters are provided, the response will be a single vault entry record (not a list).
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Query Parameters
Unique identifier for the vault entry. Optional, but if provided, 'domain' must also be provided.
Target domain to filter vault entries. Optional, but if provided, 'permissioned_user_id' must also be provided.
Response
Vault entries successfully retrieved
Complete vault entry including system-generated fields
System-generated unique identifier
Encrypted username
Encrypted password
Target domain for vault entry credentials
Human readable identifier
Two-factor authentication secret
Timestamp when the vault entry was created
Session storage data
Local storage data
Active vault entry cookies
Whether to maintain local storage across sessions
Whether to maintain cookies across sessions
Whether to maintain session storage across sessions
Whether to allow multiple concurrent sessions
Maximum number of concurrent sessions allowed (null for unlimited)
Whether to prevent other sessions from starting while login is in progress
Session expiry interval from last activity (e.g., "01:30:00" for 1.5 hours). Set to null for no expiry from last use.
Session expiry interval from creation (e.g., "7 days 00:00:00" for 7 days). Set to null for no expiry from session data set.
Two-factor authentication method
AUTHENTICATOR, EMAIL, SMS 
