无法从api得到回应

时间:2017-09-20 06:53:13

标签: api request postman

我请求API获取响应,但它在下面给出了一些“JWT_TOKEN_MiSSING”响应:

{
"response": {
    "ids": "",
    "time": 1505890122982,
    "error": "JWT_TOKEN_MISSING",
    "status": "failure"
    }
}

API是:“https://www.viu.com/api/container/load?appid=viu_desktop&iid=9fa3fec0-9457-11e7-bee5-ed8c9b3d7f48&regionid=all&ver=1.0&aver=5.0&fmt=json&contentCountry=in&contentFlavour=telugu&languageid=en&platform=desktop&vuserid=viu-guest-9fa3fec0-9457-11e7-bee5-ed8c9b3d7f48&userid=guest-9fa3fec0-9457-11e7-bee5-ed8c9b3d7f48&ccode=IN&geo=2&id=playlist-24926470&start=0&limit=20&geofiltered=false

我尝试传递所有标题,但没有运气。

1 个答案:

答案 0 :(得分:0)

似乎此API使用JWT TOKEN或其他令牌(例如HTTP BASIC AUTHENTICATION)进行身份验证,您需要知道这一点并将其添加到您的请求标头中。