Last active


Get Last Active (X minutes) for a specific property. Returns the number of bookings made between now and X minutes ago.

Scope

Property Get / Property Set

Get last active

Endpoint

GET https://yourdomain.com/bookyflow/api/lastactive/{{property_id}}/20160

Path Parameters

Parameter Description
{{property_id}} (Required parameter)

Response Example

Status: OK (200)

{
  "data": {
    "lastactive_bookings": 1
  },
  "meta": {
    "code": 200
  }
}