Timezones

Get list of timezones to be used in timezone field for user signup

get

To create a new user with the /affiliate/signup POST method you need to pass a timezone field you can get from this endpoint.

Authorizations
Responses
200

200 response

application/json
get
GET /partners/timezones HTTP/1.1
Host: api.streetlib.com
x-api-key: YOUR_API_KEY
Accept: */*
200

200 response

[
  {
    "tz": "text",
    "description": "text"
  }
]
options
Responses
200

200 response

options
OPTIONS /partners/timezones HTTP/1.1
Host: api.streetlib.com
Accept: */*
200

200 response

No content

Last updated

Was this helpful?