Get Quest Suggestions
Retrieves suggested quests for the authenticated user. If quest_id is provided, returns quests similar to the specified quest based on matching attributes (category, subcategory, tags, player_level, focus_area). If quest_id is not provided, returns general public quests excluding those the user has already started.
Query parameters
page
A page number within the paginated result set.
page_size
Number of results to return per page.
quest_id
Optional. The ID of a quest to find similar quests for.
Response
List of suggested quests
count
results
next
previous
Errors
401
Unauthorized Error

