BookingBug REST API: search categories
Purpose
Used for searching categories which belongs to different company services.
URL
[http://[site].bookingbug.com/api/category/show.format]
Formats
json, xml
Authentication
Requies business API access
Examples
curl -basic --url http://[site].bookingbug.com/api/category/show.xml -uusername:password -H 'Content-type: text/xml' -X GET
curl -basic --url http://[site].bookingbug.com/api/category/show.json -uusername:password -H 'Content-type: application/json' -X GET