Skip to main content
GET
/
workspace
Get workspace
curl --request GET \
  --url https://app.tryordinal.com/api/v1/workspace \
  --header 'Authorization: Bearer <token>'
{
  "id": "550e8400-e29b-41d4-a716-446655440100",
  "name": "Acme Inc",
  "slug": "acme",
  "timezone": "America/New_York",
  "createdAt": "2025-01-01T00:00:00.000Z"
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Response

Workspace details

id
string<uuid>
name
string
slug
string
timezone
string | null
createdAt
string<date-time>