Skip to main content
GET
/
consumers
/
{consumer_id}
/
pos
/
closures
/
{date}
Get closure info for a specific day
curl --request GET \
  --url https://api.chift.eu/consumers/{consumer_id}/pos/closures/{date}
{
  "date": "2023-12-25",
  "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

Filter based on the date of the closure

Query Parameters

location_id
string | null

Unique identifier of the location. If none passed, closures from all locations will be returned unless the location was selected by the end-user

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