For the complete documentation index, see llms.txt. This page is also available as Markdown.

API documentation

Detailed instructions for the Devolutions Server REST API are available in the Apps and companion tools section within the Devolutions Server web interface in Help & ToolsAPI documentation.

Here is what the REST API window looks like:

To connect and use the REST API, refer to the sample bash script below. For each API call to the server, ensure the following:

  • Replace https://url with the specific Devolutions Server URL.

  • Replace GUID-OF-VAULT and GUID-OF-ENTRY with the corresponding GUIDs.

In this version of the API, passwords can only be retrieved from entries of the Credentials type. Note that subtype entries (PasswordList, for example) are not supported.

Last updated

Was this helpful?