v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Outlets

Get outlet

Retrieve details for an outlet.

get/outlets/{id}

Path parameters

idstring required

The outlet identifier

Response

Success

successtrue required

Example response

{
  "item": {
    "_id": "outlet_cm0qk0idc000l08kydt9gf9gz",
    "name": "FreshChoice Greytown",
    "website": "https://greytown.store.freshchoice.co.nz/",
    "phone": "06 304 7237",
    "location": {
      "accuracy": "establishment",
      "formatted": "12 Hastwell Street, Greytown 5712, New Zealand",
      "address": {
        "street": "12 Hastwell Street",
        "city": "Greytown",
        "region": "Wellington",
        "country": "New Zealand",
        "postal_code": "5712"
      },
      "coordinates": {
        "lat": -41.0809289,
        "lon": 175.4589657
      }
    },
    "tags": []
  }
}