Get Secret
Syteca ACB REST API endpoint to retrieve a secret’s metadata — type, name, description, rotation config, check-out config, heartbeat status, permissions — but NOT the password value.
GET /api/secrets/{id}/password for credentials.
https://{hostname}/EkranACB server in the Playground.Where to get the Secret ID
The Secret ID is visible on the Automation tab of the Edit Secret page — see Find the Secret ID.Permissions required
The user owning the Access Token must have at least PAM User role on the secret.New fields in v1.4
The response now includes five password-status fields beyond the v1.3 baseline:check_password— heartbeat configuration (CheckPassword)check_password_status— last heartbeat result (PasswordCheckStatus)last_password_check_utc— when the last heartbeat ranpassword_rotation_status— current rotation state (PasswordRotationStatus)last_password_rotation_utc— when the password was last rotated
Errors
See Status codes. Common errors:- 403 Forbidden — user lacks at least PAM User role.
- 404 Not Found — secret doesn’t exist or isn’t visible.
Related
Get secret credentials
Add secret
Heartbeat
Data models
Authorizations
Access token for authentication
Path Parameters
The ID of the secret to retrieve
x >= 1Response
Secret retrieved successfully
Unique identifier of the secret
Name of the secret
Type of secret
None, UnixAccountSSH, UnixAccountTelnet, WindowsAccount, ADAccount, WebAccount, MSSQLAccount Login username
Description of the secret
ID of the parent folder
Domain for AD accounts
Computer name for Windows/Unix accounts
URL for web accounts
Server for database accounts
List of computers
Whether to record activities for this secret
Status of the last password check (heartbeat)
None, Valid, Invalid, Failed UTC timestamp of the last password check
Status of password rotation
Disabled, Enabled, Failed UTC timestamp of the last password rotation