Skip to main content
GET
Get timezones by region

Overview

Retrieve all IANA timezone identifiers available within a specific deployment region. Use the regId returned by Get Regions to load the timezone options for that region. The selected timezone controls how the Inya platform interprets scheduled events, analytics timestamps, and call scheduling.

Required Permission

agents

Path Parameters

Example cURL

Asia Region

Americas Region

Response

Success (200)

Error Responses

404 Not Found - Invalid or unrecognized region identifier

Response Fields

Use Cases

  • Building a cascading region → timezone selector in an agent creation UI
  • Validating timezone values before sending a Create Agent or Update Agent request
  • Displaying timezone context in an agent settings dashboard
Build a cascading selection flow: call Get Regions first to let the user pick a region, then call this endpoint to populate the timezone dropdown with the relevant options for that region.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'agents' permission

Path Parameters

regId
string
required

Region identifier, e.g. 'asia' or 'america'

Response

Timezones retrieved successfully

status
string
Example:

"success"

requestId
string
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

message
string
response
object