Get User Tournament History
Description
This endpoint retrieves the tournament participation history of a specific user, including their performance and results in past tournaments.
Endpoint
GET
/tournament-service/v1/tournaments/users/history
Body
Name
Type
Description
Optional
page
number
Page number for pagination
Yes
per_page
number
Number of tournaments per page (default: 10)
Yes
Response
Success Response (200)
Explanation
This API request allows you to fetch the tournament history for a specific user, identified by {userId}
. The response includes:
Tournament ID and details
User's performance (points, ranking, winnings, etc.)
Tournament conditions and prize information
This endpoint is useful for tracking a player's participation in tournaments and reviewing their past achievements.
Last updated