根据 Service Key生成Json文件中获取clientid&clientsecret&url (注意这里选的Plan 为 Integration Suit)的key
&tokenurl
通过clientid&clientsecret直接访问 公共API会出现报错:Error while obtaining token from UAA, with details: Request failed with status code 401
这是说明访问时无权限,接下来就得先获取token后再访问公共API
在postmen中通过调用token url,Authorization选择Basic Auth 将clientid&clientsecret作为username&password填入即可
注意访问地址j结构为 tokenurl?grant_type=client_credentials 其中tokenurl来自于Crenditials中