'Unauthorized token' 在 Trello API Webhooks 请求期间的消息



我从https://trello.com/app-key获取令牌
我尝试使用Postman调用https://api.trello.com/1/tokens/<token>/webhooks

结果:unauthorized token.
预期:使用trello 创建的Webhook列表

每个对api的请求都应该提供密钥和令牌
在这种情况下,钥匙就足够了
https://api.trello.com/1/tokens/<token>/webhooks?key=<key>

最新更新