get https://api.staging.deliverect.com/location//holidays
The Get Holiday Hours endpoint allows partners to retrieve information about the holiday hours for a specific location.
The API will respond with a JSON object containing information about the holiday hours for the specified location.
{
"holidays": [
{
"startTime": "2023-12-19T15:53:00Z",
"endTime": "2023-12-19T16:10:00Z"
},
{
"startTime": "2023-12-20T04:00:00Z",
"endTime": "2023-12-20T05:00:00Z"
}
]
}