ListTimeZones Method
Last updated
Last updated
GET /api/TimeZones HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>curl "https://api.skeddly.com/api/TimeZones"
-H "Authorization: AccessKey <api key>"[
{
"displayName": "(UTC-5:00) Eastern Standard Time",
"timeZoneId": "Eastern Standard Time"
}
]