Details
The Quest Events API provides a comprehensive set of endpoints to interact with quest events a community has created.
Quest Event
The id or slug of the event
Generic Client Error
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
Generic not found
Internal server error
Quest Events
Retrieve a list of events. Flags can be combined to return events open to register or/and with user participating.
Return only events the user is participating in
Return only events open to register
Additional filters for the events
{"containerId":"containerId","features":"true","status":["active","completed"]}Filter events by itemId
Filter events by resourceId
Generic Client Error
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
Generic not found
Internal server error
Quest Event Leaderboard
Quest Event Quests
Quest Event Rewards
Get Reward Allocations
Generic Client Error
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
Generic not found
Internal server error
Claim Reward Allocation
Generic Client Error
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
Generic not found
Internal server error
Last updated