Retrieve public key
Signing Keys
Retrieve public key
GetPublicKey returns the public key for the given Signing Key ID. This can be used to verify JWTs signed by an Organisation’s Signing Key.
GET
Retrieve public key
Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
Unique identifier for the public key.
Name of the public key.
Example:
"Organisation Public Key 1"
The public key in PEM format.
Example:
"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZgZz...==\n-----END PUBLIC KEY-----"
Timestamp when the public key was created.
Example:
"2023-01-01T12:00:00Z"