GET https://ringo.eco/wp-json/ringo/v1/points-of-return
| Parameter | Description |
|---|---|
| cities | The City id. Will accept an array of cities soon. |
| countries | The Country id. Will accept an array of cities soon. |
You should always specify one of the following parameters: cities or countries.
[
{
"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