Retrieve a signing key
GET {{baseUrl}}/system/v1/signing-keys/:SIGNING_KEY_ID
Retrieves the details of a signing key that has previously been created. Supply the unique signing key ID that was returned from your previous request, and Mux will return the corresponding signing key information. The private key is not returned in this response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"jc6lJiCLMjyC202EXtRQ644sShzDv6x5tWJrbvUFpvmo","created_at":"1608632647"}}