Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用令牌在 Postman 上测试我的 API,所以我只需编写一个带有 POST 请求的 URL。然后选择授权选项并选择Bearer Token并粘贴我的令牌。之后,我选择 raw 和 JSON 选项并传递 JSON 对象但未提交数据。
Bearer Token
您可以将Authorization令牌值添加到您的标头请求中
Authorization
例子
编辑
通过正文请求发送对象
在“正文”部分中,单击“表单数据”选项卡并添加您的键/值对。
单击“标题”添加“内容类型”作为标题和“应用程序/x-www-form-urlencoded”作为值。
在标头上添加Accept和Content-Type值application/json
Accept
Content-Type
application/json
我认为你需要传递APISecretKey你的headers.
APISecretKey
headers