【发布时间】:2021-08-31 17:52:53
【问题描述】:
从 Postman 访问 API 时出现此错误。
API 详细信息:
网址:
https://account-perf.myglobal.com/v1/users/00uk0khprrME7gZOU0h7/credentials/change_password
标题:
Content-Type:application/json
Authorization:Bearer n7mbkw74jsubd7rauhptdnre
类型:
发布
正文:
{"password":"Baddy125@","token":"eyJhbGci...."}
编辑 1:
Web 服务调用以生成令牌-
网址-
https://api-perf.myglobal.com/rest/oauth2/v1/token
类型-
发布
身体-
client_id:abcd
client_secret:xyz
grant_type:client_credentials
【问题讨论】:
-
n7mbkw74jsubd7rauhptdnre你是如何产生这个值的?
标签: web-services authentication post oauth postman