accessControl

Retrieves signing keys

get/access-control/signing-key

Response

Success

idstring
namestring

Name of the signing key

createdAtnumber

Timestamp (in milliseconds) at which the signing-key was created

lastSeennumber

Timestamp (in milliseconds) at which the signing-key was last used

publicKeystring required
disabledboolean

Disable the signing key to allow rotation safely

Example response

[
  {
    "id": "78df0075-b5f3-4683-a618-1086faca35dc",
    "name": "key1",
    "createdAt": 1587667174725,
    "lastSeen": 1587667174725
  }
]

Changes