GET Holiday Hours for Locations

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"
        }
    ]
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!