We want to integrate data from LiveWhale into our ticketing system and are wondering if your API has a “groups” endpoint to output a list of all of our groups as JSON or XML. We want to have our new account request form pull a list of only valid Group names into a dropdown list, instead of having users type those Group names in.
You’re in luck! This is an easy one:
https://events.myschool.edu.edu/live/json/v2/groups
Pagination instructions here LiveWhale Docs | JSON API
Or you can do something like https://events.myschool.edu.edu/live/json/v2/groups/paginate/300 to get them all in one page (for 300 or fewer total groups).