CMJ Cloud Keys API (1.1.17)

Download OpenAPI specification:Download

CMJ Cloud Keys API specification. The CMJ Cloud Keys API is the REST API provided by CMJ Cloud that apps can use for retrieving the public key for verifying signature of JWT authentication tokens.

SPI JWT signature keys

REST API provided by CMJ Cloud that apps can use for retrieving the public key for verifying signature of JWT authentication tokens

Retrieves public key

Returns the public key for verifying signature of JWT authentication tokens used for authentication from CMJ Cloud to apps

path Parameters
kid
required
string

The id of the JWT RSA signed public key

Responses

Response samples

Content type
application/json
{
  • "publicKey": "string"
}