v1

latestOpenAPI 3.0.02026-07-26870415.2 KB
workspaces

Get workspace settings

Returns general workspace settings: company profile, timezone, date format, default phone country code, and business hours.

get/v1/workspaces/{id}/settings

Path parameters

idstring required

Workspace identifier.

Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o

Response

Workspace settings

Example response

{
  "data": {
    "timezone": "America/New_York",
    "default_phone_country_code": "US",
    "business_hours": {
      "timezone": "America/New_York",
      "days": [
        {
          "ranges": [
            {
              "start": "09:00",
              "end": "17:00"
            }
          ]
        }
      ]
    }
  }
}