Get

  • GET
  • /workspaces
  • /:domain

Returns details of a single workspace.

Request

REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
domainrequired string
The workspace domain.

Last modified on Sep 23, 2024

Example:

CURL
curl -X GET "https://api.buddy.works/workspaces/:domain" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
EXAMPLE RESPONSE
{ "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" }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999