Search code examples
reststrongbox

Does Strongbox have a REST API and where can I find the specification?


I was wondering where I could find the REST API documentation for Strongbox and if at all it has one? Could somebody please tell me where to find this?


Solution

  • There are currently two ways to get the REST API documentation for Strongbox:

    • Get the strongbox-distribution and start it locally.

    • Clone the Strongbox project, (if you're interested in developing new functionality for Strongbox) and build it (by following the build instructions here) and start it locally.

    You can then navigate to http://localhost:48080/docs/rest/api.html (as explained here in our wiki).

    Disclaimer: I am the project owner of Strongbox.