Skip to main content
POST
/
users
/
add-rating-points
Add User Rating Points
curl --request POST \
  --url https://api-dev.monyfix.tech/users/add-rating-points \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "points": 123
}'
{
"level": {
"id": 123,
"name": "<string>",
"queue": 123,
"max_points": 123,
"price_range_min": 123,
"price_range_max": 123
},
"points": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
points
integer
required

Response

Successful Response

level
UserRatingLevelResponse · object
required
points
integer
required