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