GET /location/{locationId}/holidays

The POST Holiday Hours endpoint allows partners to define specific days and hours when a store should remain closed due to holidays. This can be useful for managing store hours during festive seasons or special occasions.

Path parameters

  • locationId string Required

Responses

  • 200 application/json

    Successful response

GET /location/{locationId}/holidays
curl \
 --request GET 'https://api.staging.deliverect.com/location/{locationId}/holidays' \
 --header "Authorization: Bearer $ACCESS_TOKEN"