Query parameters
-
Number of items to return on each page (max 100)
-
Current page of results to return
-
Model ID to filter bookings by
-
Contact ID to filter bookings by
-
User ID of the agent to filter bookings by
-
Office ID to filter bookings by
-
Invoice Number to filter bookings by
-
Booking Status to filter bookings by
GET
/bookings
curl \
--request GET 'https://*.syngency.com/admin/api/bookings'
Response examples (200)
[
[
[]
]
]
Response examples (500)
{
"code": 42,
"message": "string"
}