Get all cosigners

GET {{baseUrl}}/cosigners

Get all workspace cosigners (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":[{"archived":"\u003cboolean\u003e","id":"\u003cuuid\u003e","name":"\u003cstring\u003e"},{"archived":"\u003cboolean\u003e","id":"\u003cuuid\u003e","name":"\u003cstring\u003e"}],"next":"\u003cstring\u003e"}