Get all API keys
GET {{baseUrl}}/cosigners/:cosignerId/api_keys
Get all cosigner paired API keys (paginated)
Note: These endpoints are currently in beta and might be subject to changes.
Body
PARAM
Key | Datatype | Required | Description |
order
|
string | ASC / DESC ordering (default DESC) | |
pageCursor
|
string | Cursor of the required page | |
pageSize
|
number | Maximum number of items in the page |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"id": "<uuid>",
"lastSeen": "<dateTime>"
},
{
"id": "<uuid>",
"lastSeen": "<dateTime>"
}
],
"next": "<string>"
} |
ENDPOINTS