Create a URL signing key
POST {{baseUrl}}/video/v1/signing-keys
This route is now deprecated, please use the Signing Keys
API. Creates a new signing key pair. When creating a new signing key,
the API will generate a 2048-bit RSA key-pair and return the private key and
a generated key-id; the public key will be stored at Mux to validate signed
tokens.
Note: Any new access tokens authenticating this route will be required to have System
level permissions.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"data":{"private_key":"abcd123=","id":"vI5KTQ78ohYriuvWKHY6COtZWXexHGLllxksOdZuya8","created_at":"1610108345"}}