Get a quick list of available Timezones on the system, any of which can be used when creating or updating a Status Page to set the format in which times should be displayed on the public page.
Endpoint
https://api.sorryapp.com/v1/timezones/(:timezone_id)
Object
These are the attributes which represent the object, most of which can be posted too and received in response to the actions.
List Timezone
GET https://api.sorryapp.com/v1/timezones
Example Request
curl -X GET https://api.sorryapp.com/v1/timezones
\
Example Response
{
"response": [
{
"offset": "(GMT+00:00) UTC",
"name": "UTC"
}
],
"count": 1
}