Skip to main content
GET
/
workspaces
List workspaces
curl --request GET \
  --url https://app.tryordinal.com/api/v1/company/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "timezone": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Company API key (starts with ord_c_)

Response

OK

workspaces
object[]
required