Workspaces

GET a specific workspace

Get the details of a specific workspace

GET https://api.tability.dev:3001/v2/workspaces/:workspaceID

Path Parameters

NameTypeDescription

:workspaceID*

String

The unique ID of your workspace

{
    "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