Purpose
Used to get all BookingBug categories
URL
http://[site].bookingbug.com/api/category/show_all_categories.format
Formats
json, xml
Authentication
Requies business API access
Examples
curl -basic --url http://[site].bookingbug.com/api/category/show_all_categories.xml -uusername:password -H 'Content-type: text/xml' -X GET
curl -basic --url http://[site].bookingbug.com/api/category/show_all_categories.json -uusername:password -H 'Content-type: application/json' -X GET