POST
/
public
/
add-xp-to-user
curl --request POST \
  --url https://backend.codedamn.com/api/public/add-xp-to-user \
  --header 'Content-Type: application/json' \
  --header 'FERMION-API-KEY: <api-key>' \
  --data '{
  "data": [
    {
      "data": {
        "userId": "<string>",
        "amount": 2
      }
    }
  ]
}'
[
  {
    "output": {
      "status": "ok",
      "data": {}
    }
  }
]

Authorizations

FERMION-API-KEY
string
header
required

Body

application/json

API Request Body

The body is of type object.

Response

200 - application/json

API Response Body

The response is of type object[].