cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/pms/closures/{date} \ --header 'Authorization: Bearer <token>'
{ "date": "2023-12-25", "status": "open", "closures": [] }
Returns whether the closure was already done for a specific day or not
This access token needs to be included in each of your request to the Chift API.
Successful Response
Date of the closure
"2025-01-01"
Status of the closure
open
closed
"closed"
Info about closures related to specific day
Show child attributes