← Back to catalog
ticketmaster.events_categories
mock data$0.001 / callTicketmaster Event Categories
Get all event classification categories — segments, genres, sub-genres (Ticketmaster)
Input schema
page
integerPage number for pagination (0-based, default 0)
size
integerNumber of results per page (1-200, default 20)
locale
stringLocale for response (e.g. "en-us")
Call via REST
curl -X POST https://unifyapi.pro/api/call/ticketmaster.events_categories \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"size":0,"locale":"<locale>"}'