Authorizations
Body
application/json
Response
Successful response
The response is of type number
.
curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/default \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '{
"communityId": "<string>"
}'
123
Create default leaderboard configs
curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/default \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '{
"communityId": "<string>"
}'
123
Successful response
The response is of type number
.
Was this page helpful?