List all workspaces =================== +--------+--------------------+ | Method | Path | +========+====================+ | GET | /api/v1/workspaces | +--------+--------------------+ Parameters ---------- There are no parameters needed. Example """"""" .. code-block:: bash curl --request GET 'https://app.yumisign.com/api/v1/workspaces' \ --header 'Content-Type: application/json' .. code-block:: json [ { "tags": [], "integrations": [], "workspaceUsers": [ { "profile": { "email": "email@mail.com", "picture": { "file": null, "thumb": null, "format": " ", "size": 0 }, "name": "lastname firstname", "country": "FR", "id": 2 }, "role": 1, "memberId": 2, "email": "email@mail.com", "id": 17 } ], "description": null, "id": 2, "name": "My workspace" } ]