Skip to main content
GET
/
consumers
/
{consumer_id}
/
pms
/
closures
/
{date}
Get closure info for a specific day (PMS)
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": []
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string<uuid>
required
date
string<date>
required

Query Parameters

location_id
string | null

Response

Successful Response

date
string<date>
required

Date of the closure

status
enum<string>
required

Status of the closure

Available options:
open,
closed
closures
POSClosureInformationItem · object[] | null

Info about closures related to specific day