Times

Get pickup times

POST https://api-us-zapiet.com/v1.0/pickup/locations/:locationId/calendar/:date

Path Parameters

Query Parameters

[
  {
    "id": 1,
    "location_id": 1,
    "day_of_week": "wednesday",
    "available_from": "09:00",
    "available_until": "09:30",
    "limited": true,
    "limit": 10
  },
  {
    "id": 2,
    "location_id": 1,
    "day_of_week": "wednesday",
    "available_from": "09:30",
    "available_until": "10:00",
    "limited": true,
    "limit": 10
  }
]

Last updated