Retrieves a signing key

get/access-control/signing-key/{keyId}

Path parameters

keyIdstring required

ID of the 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",
  "createdAt": 1587667174725,
  "lastSeen": 1587667174725
}

Changes