gpt4 book ai didi

postman - 通过 Postman 调用 Etsy OAuth2.0

转载 作者:行者123 更新时间:2023-12-04 16:37:13 25 4
gpt4 key购买 nike

我是 Etsy API 开发的新手,我已经坚持了好几天。我尝试通过文档查找一些资源,以便我可以进行简单的 API 调用(我计划将其转换为代码,但我想通过 Postman 让它运行以查看它是否有效)。
如果这不是正确的平台,请告诉我,我应该在哪里发布?先感谢您。
文档链接:https://developers.etsy.com/documentation/reference
我已经尝试添加标题,但它仍然不起作用。我究竟做错了什么?
Postman Call

最佳答案

https://developers.etsy.com/documentation/essentials/oauth2
步骤:

  • 首先创建应用程序:https://www.etsy.com/developers/register
  • 现在通过编辑应用程序添加回调 URL:https://www.etsy.com/developers/your-apps ,转到此处并单击应用程序名称,然后向下滚动并编辑回调网址:

  • enter image description here
    并添加以下网址: https://oauth.pstmn.io/v1/callback
  • 现在添加以下信息:

  • Token Name : any name
    Grant Type: Authorization COde PKE
    Callback URL : https://oauth.pstmn.io/v1/callback ( keep authroize using browser unchecked)
    auth url: https://www.etsy.com/oauth/connect
    Access Token URL: https://api.etsy.com/v3/public/oauth/token
    Client ID: Your appi KEYSTRING
    Client Secret: YOUR app secret
    Code Challenge Method: SHA256
    Code Verifier: leave blank
    Scope: scope eg: transactions_r
    State: superstate

    secret 和 key 串:
    enter image description here
    最终配置:
    enter image description here

    关于postman - 通过 Postman 调用 Etsy OAuth2.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68353440/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com