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
}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
}^[0-9a-fA-F]{24}$Successful response
Was this page helpful?