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

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
name
string

Name of the signing key

userId
string
deprecated
createdAt
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
required
disabled
boolean

Disable the signing key to allow rotation safely