RyTask docs
REST APIWorkspaces

List workspaces in the org (FR-TEN-002)

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/workspaces

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/workspaces"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "slug": "string"  }]