List signing keys
GET {{baseUrl}}/system/v1/signing-keys
Returns a list of signing keys.
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"}]}