Skip to main content
GET 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 the zapier query parameter to request the Zapier-compatible response format.

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Query parameters

Request structure

This endpoint does not require a request body. The optional zapier query parameter changes the response format when set to 1.

Request examples

The request is a GET request to:
To request the Zapier-compatible format:

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-compatible response (zapier=1):