Points Of Return

Get Items

GET https://ringo.eco/wp-json/ringo/v1/points-of-return

Parameters

ParameterDescription
citiesThe City id. Will accept an array of cities soon.
countriesThe Country id. Will accept an array of cities soon.

You should always specify one of the following parameters: cities or countries.

Response

[
  {
    "id": 1,
    "title": "Point title",
    "location_guide": "Guide to accessing location with HTML tags (a, br)",
    "address": "",
    "location": null,
    "availability": null,
    "return_bins": {
      "ids": [],
      "accepts": [],
    },
    "image": [],
    "position": {
      "lat": 0,
      "lng": 0
    },
    "created": {
      "timezone": "",
      "local": "",
      "gmt": ""
    },
  },
  { ... },
  ...
]

Powered by Doctave