Access control
Create a signing key
POST
/
access-control
/
signing-key
Authorization
curl --request POST \
--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": "<string>",
"publicKey": "<string>"
}
Authorizations
Authorization
string
headerrequiredBearer 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
requiredWas this page helpful?
curl --request POST \
--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": "<string>",
"publicKey": "<string>"
}