Cities
List all cities
GET
Returns a paginated list of discoverable cities on Headout. Each city includes a code (used as
cityCode in other endpoints), a display name, an image, the country it belongs to, and its IANA timezone. Results are sorted alphabetically by city name. Use the cityCode to filter the Products endpoint.
Authorizations
Query Parameters
Number of cities to skip. Defaults to 0. Increment by the limit value (default 20) to fetch subsequent pages.
Maximum number of cities per page. Defaults to 20. Values above 20 are capped to 20.
Required range:
x <= 20Response
Successful response
The cities in this page of results.
Relative URL to fetch the next page of results. Null if on the last page.
Relative URL to fetch the previous page of results. Null if on the first page.
Total number of discoverable cities across all pages.
Offset value for the next page. Null if on the last page.