You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ETHON: performed EASY effective_url=https://api.amazon.com/auth/o2/token response_code=200 return_code=ok total_time=0.457774
ETHON: performed EASY effective_url=https://sellingpartnerapi-na.amazon.com/https:/sellingpartnerapi-na.amazon.com/notifications/v1/destinations response_code=403 return_code=ok total_time=0.180755
gems/amz_sp_api-84cd2dfc1398/lib/notifications-api-model/api_client.rb:64:in `call_api': Error message: the server returns an error (AmzSpApi::NotificationsApiModel::ApiError)
HTTP status code: 403
Response headers: {"date"=>"Fri, 24 Feb 2023 16:11:39 GMT", "content-type"=>"application/json", "content-length"=>"135", "x-amzn-requestid"=>"aaaaaa", "x-amzn-errortype"=>"MissingAuthenticationTokenException", "x-amz-apigw-id"=>"aaaaaaa="}
Response body: {
"errors": [
{
"message": "Access to requested resource is denied.",
"code": "MissingAuthenticationToken"
}
]
}
I have also tried doing what I do for all other calls, which is creating a custom client for the seller id, but I think that is not needed in this case.
I can get the call working from Postman.
The text was updated successfully, but these errors were encountered:
I see it in the read me for Notifications API, but, as this call is
grantless
, can it actually be called as it is described?I am trying this:
The response I get is:
I have also tried doing what I do for all other calls, which is creating a custom client for the seller id, but I think that is not needed in this case.
I can get the call working from Postman.
The text was updated successfully, but these errors were encountered: