Skip to main content
POST
Get secret credentials (pre-v1.3 endpoint)

Body

application/json
accessToken
string
required

Access Token returned by get_access_token.

secretId
integer<int32>
required

The ID of the secret. Find it on the Automation tab of the Edit Secret page.

Required range: x >= 1

Response

Credentials returned successfully

login
string

Login name.

password
string

Password value.

ssh_key
object

SSH key data (UnixAccountSSH only).

domain
string

AD domain (ADAccount only).

server
string

Server hostname (Unix/MSSQL accounts).

computer_name
string

Target computer (WindowsAccount only).

url
string

Application URL (WebAccount only).