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 OK
X-Rate-Limit-Limit: 1
X-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"
    }
  ]
}

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.