Trello API learning through Postman

2019-09-14 05:57发布

Am learning the Trello API documentation through Postman. I have been following the documentation here https://developers.trello.com/get-started/intro. And have authorized Server Token on the test account.

Note: Keys where provided through https://trello.com/app-key

However was trying to do this request, it always returns this response.

Response

  • HTTP Status : 401
  • Body/Content : invalid key
  • Custom headers (x-trello-version) : 1.855.2

Request


Am I doing it wrong?

x-post : reddit.com/r/trello

标签: trello
1条回答
Melony?
2楼-- · 2019-09-14 06:21

I think you may have the keys mixed up.

URL params [application_key] : server token access key URL params [optional_auth_token] : OAuth 1 secret

You should use the app key for application_key and token for optional_auth_token from trello.com/app-key

edit: If this doesn't work - share your entire path you're using (block the token)

查看更多
登录 后发表回答