Get Last Active (X minutes) for a specific property. Returns the number of bookings made between now and X minutes ago.
Property Get / Property Set
GET https://yourdomain.com/bookyflow/api/lastactive/{{property_id}}/20160
| Parameter | Description |
|---|---|
{{property_id}} |
(Required parameter) |
Status: OK (200)
{
"data": {
"lastactive_bookings": 1
},
"meta": {
"code": 200
}
}