Skip to main content
POST
/
leaderboards
/
default
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

Authorizations

x-api-token
string
header
required

Body

application/json
communityId
string

Response

Successful response

The response is of type number.

I