I got "ACCESS_DENIED" as the response StatusMsg in the JSON response when trying the sample JSON call in the documentation, access token was set in header
Request:
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": [
{
"Fields": "",
"RequestKey":
{
"Name": "MSFT.O",
"NameType": "RIC"
},
"Scope": "All"
}
]
}
}
Response:
{
"RetrieveItem_Response_3": {
"ItemResponse": [
{
"Item": [
{
"RequestKey": {
"Name": "MSFT.O",
"Service": "IDN",
"NameType": "RIC"
},
"QoS": {
"TimelinessInfo": {
"Timeliness": "UNSPECIFIED",
"TimeInfo": 0
},
"RateInfo": {
"Rate": "UNSPECIFIED",
"TimeInfo": 3000
}
},
"Status": {
"StatusMsg": "ACCESS_DENIED",
"StatusCode": 18
},
"Fields": null
}
]
}
]
}
}
Any idea what might have caused this error?