Skip to main content

Cloud - Quickstart

SKA

If you new to develop applications with an Securosys-HSM's, you can get a developer account with Securosys for free. With this account you will receive your own partition on a Primus X-Series HSM and the necessary login credentials. This access is for development purposes only.

For more information please contact info@securosys.ch to get a developer account.

Initial Connection

The following HTTP request returns the current software version of the REST-API.

Replace <REPLACE_WITH_YOUR_JWT_TOKEN>.

You may replace the API-Endpoint https://primusdev.cloudshsm.com/ in the following by a TSBaaS - Connectivity Details for accurate API-Endpoint URI.

curl -X "GET" "https://primusdev.cloudshsm.com/v1/versionInfo" -H "accept: application/json" -H "Authorization: Bearer <REPLACE_WITH_YOUR_JWT_TOKEN>"

Response:

{"Version":"1.17.1.20231211T114600"}

What's next?