Reservations
List reservations
Returns paginated list of reservations with optional filters.
get/reservation/{locale}
Path parameters
localeinteger required
Locale (restaurant) ID. Must match the locale bound to your API key.
Query parameters
department_idinteger
Filter by department
date_fromstring date
Start date (YYYY-MM-DD)
date_tostring date
End date (YYYY-MM-DD)
status1 | 2 | 3 | 4 | 5
1=CONFIRMED, 2=WAITING_FOR_CONFIRMATION, 3=DECLINED, 4=WAITING_FOR_PAYMENT, 5=PAYMENT_FAILED
pageinteger
limitinteger
Response
List of reservations
Example response
{
"success": true,
"data": [
{
"time": "18:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.