v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Spaces

This endpoint returns a spaces by ID. Please note that this feature is exclusively available as part of the Business API.

get/spaces/{id}

Path parameters

idstring required

The ID of the space to get results for.

Response

Successfully returned a space

status'ok'

Example response

{
  "results": {
    "space": {
      "name": "My Space",
      "created_at": "2016-08-25T21:10:29Z",
      "updated_at": "2016-08-25T21:10:29Z",
      "account_timezone": "America/Los_Angeles",
      "created_at_utc": "2016-08-25T21:10:29Z",
      "updated_at_utc": "2016-08-25T21:10:29Z"
    }
  }
}