【发布时间】:2021-09-12 00:06:50
【问题描述】:
我从https://trello.com/app-key拿了令牌
我尝试使用Postman 调用https://api.trello.com/1/tokens/<token>/webhooks
结果:unauthorized token.
预期:使用 trello 创建的 webhook 列表
【问题讨论】:
我从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>。
【讨论】: