List your workspaces
Returns the workspaces of the authorized user.
Required scopes: WORKSPACE
Resource URL
GET /workspaces
Example
Request
GET https://api.buddy.works/workspaces
Sample Response
HTTP
Status: 200 OKX-Rate-Limit-Limit: 1X-Rate-Limit-Remaining: 999
JSON
{"url": "https://api.buddy.works/workspaces","html_url": "https://app.buddy.works/my-id","workspaces": [{"url": "https://api.buddy.works/workspaces/buddy","html_url": "https://app.buddy.works/buddy","id": 1,"name": "buddy","domain": "buddy"}]}