Account 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.