Skip to main content
GET
/
cart
/
delivery_outlets
Delivery outlets
curl --request GET \
  --url https://api.atlas.kitchen/storefronts/v1/cart/delivery_outlets \
  --header 'X-Channel-Id: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "distance": 123,
    "address": "<string>",
    "status": "OPEN"
  }
]

Authorizations

X-Channel-Id
string
header
required

Channel identifier. A second header X-Session-Id is also required.

Response

Delivery-capable outlets

id
integer
name
string
distance
integer

Meters

address
string
status
enum<string>
Available options:
OPEN,
CLOSED