Get

Returns details of a single workspace.

Required scopes: WORKSPACE

Resource URL

GET /workspaces/:domain

URL Parameters

NameTypeDescription
domain
Required
StringThe workspace domain.

Example

Request

GET https://api.buddy.works/workspaces/buddy

Sample Response

HTTP

Status: 200 OK
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

JSON

{
  "url": "https://api.buddy.works/workspaces/buddy",
  "html_url": "https://app.buddy.works/buddy",
  "id": 1,
  "owner_id": 1,
  "name": "buddy",
  "domain": "buddy",
  "frozen": false,
  "create_date": "2016-02-29T11:22:40Z"
}

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

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