Static

List Time Zones

GET
/v1/Static/TimeZones

Provides the list of Time Zones that are supported for Messaging Config Sending Times (Time Routing).

AuthorizationBasic <token>

Basic Authorization header using the BASIC scheme. Use a pair companySid:token to access the API.

In: header

Response Body

curl -X GET "https://example.com/v1/Static/TimeZones"
{  "timeZones": [    {      "id": "America/Los_Angeles",      "name": "Pacific Time (US & Canada)"    }  ]}