Endpoints
All collections
Retrieve a list of event collections for your organization. A collection is a branded series that bundles distinct, independently-run events under one slug and profile page — Abbott World Marathon Majors, UTMB World Series, a local summer race series. An event can belong to several collections. Use collections to power a series landing page or season schedule on your own site.
/collectionsQuery Parameters
limitnumberrequiredItems per page (1-100, default 50).
afterstringOpaque cursor from a previous response's `cursor` field; returns the next page.
statusenum<string>Filter by lifecycle status
Available options: active,paused,archived
Authorization
read:collectionsResponse
idstringrequiredCollection ID
organizationIdstringrequiredOwning organization ID
namestringrequiredCollection name
slugstringrequiredURL-friendly slug (unique)
descriptionstringCollection description
statusenum<string>requiredLifecycle status
Available options: active,paused,archived
cardImageUrlstringCard image URL (if set).
coverImageUrlstringCover image URL (if set).