events
Get event followers
Returns the list of users subscribed to a given remix-contest event, ordered by each follower's own follower count so the most-followed fans surface first. Used by the contest page's Followers card (avatar stack + leaderboard).
get/events/{eventId}/followers
Path parameters
eventIdstring required
An Event ID
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.