curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/leaderboards/{configId}/position \
--header 'x-api-token: <api-key>'{
"position": 123,
"totalParticipants": 123,
"userScore": 123
}Retrieves the authenticated user’s position and score in the specified leaderboard
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/leaderboards/{configId}/position \
--header 'x-api-token: <api-key>'{
"position": 123,
"totalParticipants": 123,
"userScore": 123
}Successful response
Was this page helpful?