Skip to main content
POST
/
v1rc1
/
msn
/
rewards
/
{worldId}
curl --request POST \
  --url 'https://openapi.msu.io/v1rc1/msn/rewards/{worldId}' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY' \
  --data '{}'
{
  "success": true,
  "data": {
    "worldId": null,
    "rewardInformations": {},
    "updatedAt": "string"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.msu.io/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

worldId
integer
required
The worldId

Response

success
boolean
Indicates if the request was successful
data
object
curl --request POST \
  --url 'https://openapi.msu.io/v1rc1/msn/rewards/{worldId}' \
  --header 'Content-Type: application/json' \
  --header 'x-nxopen-api-key: YOUR_API_KEY' \
  --data '{}'
{
  "success": true,
  "data": {
    "worldId": null,
    "rewardInformations": {},
    "updatedAt": "string"
  }
}