challenges
POST {{baseUrl}}/{{version}}/challenges?user_id=1&users=[{{user_id1}},{{user_id2}}]&exercise_id={{exercise_id}}&stat_id={{stat_id}}
This endpoint allow you to have information of challenges in respective to users.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user_id | number | required | |
users | string | required | |
exercise_id | string | required | |
stat_id | string | required |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |