Counts booking policies, given the provided filtering.
See supported filters (REST) for a complete list of supported filters.
Filter to base the count on. See supported filters* (REST) for details.
Number of booking policies matching the provided filter.
curl -X POST \
'https://wixapis.com/bookings/v1/booking-policies/count' \
-H 'Authorization: <AUTH>' \
-d '{}'
{
"count": 8
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.