List URL signing keys
GET {{baseUrl}}/video/v1/signing-keys
This route is now deprecated, please use the Signing Keys API. Returns a list of URL signing keys.
Note: Any new access tokens authenticating this route will be required to have System level permissions.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | number | Number of items to include in the response | |
| page | number | Offset by this many pages, of the size of limit | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"data":[{"id":"vI5KTQ78ohYriuvWKHY6COtZWXexHGLllxksOdZuya8","created_at":"1610108345"},{"id":"jc6lJiCLMjyC202EXtRQ644sShzDv6x5tWJrbvUFpvmo","created_at":"1608632647"}]}