GET
/
access-control
/
signing-key
/
{keyId}
Authorization
Path
curl --request GET \
  --url https://livepeer.studio/api/access-control/signing-key/{keyId} \
  --header 'Authorization: <authorization>'
{
  "createdAt": 1587667174725,
  "disabled": true,
  "id": "78df0075-b5f3-4683-a618-1086faca35dc",
  "lastSeen": 1587667174725,
  "name": "<string>",
  "publicKey": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer api-key

Path Parameters

keyId
string
required

ID of the signing key

Response

200 - application/json
createdAt
number

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

disabled
boolean

Disable the signing key to allow rotation safely

id
string
lastSeen
number

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

name
string

Name of the signing key

publicKey
string
required