v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBAccount Information
Public API
Get timezone by ID
Retrieves a single timezone by its numeric ID. Returns the same timezone resource shape used by the list endpoint.
OAuth Scopes: meta
get/api/v1/meta/timezones/{id}
Path parameters
idinteger required
The numeric ID of the timezone to retrieve.
Response
The timezone resource
Example response
{
"id": "1",
"gmtOffset": "(GMT-07:00)",
"name": "Mountain Time",
"utcName": "America/Denver"
}