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}
{
  "date": "2023-12-25",
  "status": "open",
  "closures": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

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

Example:

"2025-01-01"

status
enum<string>
required

Status of the closure

Available options:
open,
closed
Example:

"closed"

closures
POSClosureInformationItem · object[] | null

Info about closures related to specific day