Logo PopinaPopina API

Get availability days status for a given date range

By sending a date range, the POS can fetch the status of all days available within that range in UTC timezone.

GET/v1/availability/days-status
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Query Parameters

fromstring
Formatdate-time
tostring
Formatdate-time
locationId?string
Formatuuid
guestCountinteger
Range1 <= value

Response Body

application/json

curl -X GET "http://localhost:4008/v1/availability/days-status?from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z&guestCount=1"
{
  "property1": "IS_FULL",
  "property2": "IS_FULL"
}