Get a list of timezones
Security
Auth0(Required scopes: offline_accessmanage:services)
GET
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/timezones?page_limit=100&page_offset=0&sort_by=id%2C%20-id%2C%20name%2C%20-name&full=*' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- timezone_collection
- timezone_collection_full
{ "data": [ { … } ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }