💻
API Documentation
Back to the appWebsiteGuides
  • Welcome
  • GETTING STARTED
    • Setup guide
    • Support
  • TABILITY API
    • Authentication
    • Pagination
    • Errors
    • API Reference
      • Users
      • Workspaces
      • Memberships
      • Plans
      • Objectives
      • Outcomes
      • Initiatives
      • Checkins
      • Search
Powered by GitBook
On this page
  • GET a specific workspace
  • Get the details of a specific workspace
  1. TABILITY API
  2. API Reference

Workspaces

GET a specific workspace

Get the details of a specific workspace

GET https://api.tability.app/v2/workspaces/:workspaceID

Path Parameters

Name
Type
Description

:workspaceID*

String

The unique ID of your workspace (ex: acme)

{
    "id": "abcd1234-fa72-43d4-b398-db159ec6f8da",
    "name": "Acme",
    "slug": "acme",
    "url": "https://tability.app/acme",
    "time_zone": "Australia/Sydney",
    "created_at": "2023-06-28T23:23:45.207Z",
    "updated_at": "2023-12-07T01:27:59.731Z"
}

Last updated 3 months ago