spoonacular无效的api密钥

aij0ehis  于 2021-07-11  发布在  Java
关注(0)|答案(1)|浏览(479)

我想在《 Postman 》中找到一个终点。我使用的是spoonacular提供的特定api。当我点击httpget请求时,我得到一个401未经授权的响应。我不知道为什么我会得到这样的回应。响应消息是->

{
    "message": "Invalid API key. Go to https://docs.rapidapi.com/docs/keys for more info."
}

我知道我的api不是无效的,因为我可以获得其他请求的状态200ok这是我的请求。我相信我已经正确格式化了->https://spoonacular-recipe-food-nutrition-v1.p.rapidapi.com/recipes/mealplans/generate?timeframe=day&apikey=myapikey
有人知道怎么解决这个问题吗。提前谢谢

apeeds0o

apeeds0o1#

最后我自己想出来了->https://api.spoonacular.com/recipes/mealplans/generate?timeframe=day&targetcalories=2000&diet=vegetarian&exclude=shellfish%2c%20olives&apikey=myapi ,我使用了错误的http地址

相关问题