We made some changes to our badges. Check it out
curl --request GET \
--url 'https://haunt.gg/api/leaderboard/uid?key='[
{
"id": "<string>",
"uid": 123,
"username": "<string>",
"createdAt": 123,
"views": 123,
"badges": 123
}
]Get the UID leaderboard
curl --request GET \
--url 'https://haunt.gg/api/leaderboard/uid?key='[
{
"id": "<string>",
"uid": 123,
"username": "<string>",
"createdAt": 123,
"views": 123,
"badges": 123
}
]Your Account API key (found in your dashboard)
Was this page helpful?