https://api.revreply.com/v1/timezones
This endpoint requires authentication.
Try it
Use the following request to retrieve the available timezone identifiers. You can optionally use thezapier query parameter to request the Zapier-compatible response format.
- cURL
- JavaScript
- Python
- PHP
- Go
Authentication
This endpoint uses Bearer authentication with a JWT.Request
Headers
Query parameters
Request structure
This endpoint does not require a request body. The optionalzapier query parameter changes the response format when set to 1.
Request examples
The request is aGET request to:
Response
Response structure
A successful request returns the list of PHP-supported timezone identifiers. By default, the response is an object containing a success indicator and an array of timezone identifiers.
When
zapier=1 is supplied, the response changes to an array of timezone objects. Each object contains an id and name field.
Response example
Default response:zapier=1):