Codewars API未经授权

时间:2017-03-25 10:43:02

标签: rest api curl

我正在尝试使用Codewars API,并希望例如“培训下一个代码挑战”。根据此处的说明:https://dev.codewars.com/#post-train-next-code-challenge

使用curl "https://www.codewars.com/api/v1/code-challenges/javascript/train" -X POST -H "Authorization: my-access-token" -d "strategy=random"

给出

{"success":false,"reason":"unauthorized"}

但是,我的令牌是正确的。我错过了什么?

0 个答案:

没有答案