cURL
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" }
Get details about the current workspace
API key authentication. Generate an API key from your workspace settings.
Workspace details
Was this page helpful?