List all secret names in organization vault.
Security:
Response:
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Successful Response
Response for listing secrets in the organization vault.
Returns ONLY secret names, never decrypted values. Use this endpoint to discover which secrets are configured in your organization.
Security:
Use Cases:
Permissions: Requires READ permission to list secrets.
List of secret names in the organization vault. Only names are returned, never decrypted values. Use these names as references in api_call stage configuration. Names are unique within the organization. Empty list if no secrets are configured.
Total number of secrets in the organization vault. This is the length of the secrets array. Useful for monitoring and auditing secret inventory.