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.

Request Params

KeyDatatypeRequiredDescription
orderstringASC / DESC ordering (default DESC)
pageCursorstringCursor of the required page
pageSizenumberMaximum number of items in the page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"\u003cuuid\u003e","lastSeen":"\u003cdateTime\u003e"},{"id":"\u003cuuid\u003e","lastSeen":"\u003cdateTime\u003e"}],"next":"\u003cstring\u003e"}