Workspaces
GET
a specific workspace
GET
a specific workspaceGet 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