我在Postman中使用GET方法通过以下HTTP标头将URI称为“ https://api.ebay.com/sell/analytics/v1/seller_standards_profile”:
Key = Authorization
Value = Bearer <OAuth token>
但是我收到以下答复:
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
是否需要其他标题?按照手册,这只是授权标头。
谢谢!