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

Authorizations

Authorization
string
headerrequired

Bearer api-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