API Reference
Build on Zonga
RESTful APIs for catalog management, revenue tracking, payouts, and event ticketing.
Catalog
/api/catalog
GET
/api/catalogPOST
/api/catalogGET
/api/catalog/:idCreators
/api/creators
GET
/api/creatorsPOST
/api/creatorsGET
/api/creators/:idRevenue
/api/revenue
GET
/api/revenuePOST
/api/revenuePayouts
/api/payouts
GET
/api/payoutsPOST
/api/payoutsGET
/api/payouts/:idEvents
/api/events
GET
/api/eventsPOST
/api/eventsGET
/api/events/:idAuthentication
All API requests require a valid session token passed as a Bearer token in the Authorization header. Requests are scoped to the active organization.
Authorization: Bearer <session_token>