v50

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-175745153.1 KB
accessControl

Retrieves signing keys

get/access-control/signing-key

Response

Success

idstring
namestring

Name of the signing key

userIdstring
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

projectIdstring

The ID of the project

Example response

[
  {
    "id": "78df0075-b5f3-4683-a618-1086faca35dc",
    "name": "key1",
    "userId": "78df0075-b5f3-4683-a618-1086faca35dc",
    "createdAt": 1587667174725,
    "lastSeen": 1587667174725,
    "projectId": "aac12556-4d65-4d34-9fb"
  }
]