Skip to main content
GET
/
organisations
/
{organisation_id}
/
keys
List Signing Keys
curl --request GET \
  --url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "id": "<string>",
      "name": "Organisation Public Key 1",
      "publicKey": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZgZz...==\n-----END PUBLIC KEY-----",
      "createdAt": "2023-01-01T12:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisation_id
string
required

Response

OK

keys
object[]
required