Skip to main content

Cloud - Quickstart

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":"2.1.0"}

What's next?