Access control
Retrieve a signing key
GET
/
access-control
/
signing-key
/
{keyId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
keyId
string
requiredID of the signing key
Response
200 - application/json
id
string
name
string
Name of the signing key
userId
string
deprecatedcreatedAt
number
Timestamp (in milliseconds) at which the signing-key was created
lastSeen
number
Timestamp (in milliseconds) at which the signing-key was last used
publicKey
string
requireddisabled
boolean
Disable the signing key to allow rotation safely
projectId
string
The ID of the project
Was this page helpful?