The request signature we calculated does not match the signature you provided in Postman

Viewed 35

I am working with Amazon SP-API to access seller data. I am trying to call the Report API but continuously countered with the following error: "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details"

When I remove the required parameters from the body the error changes to: "Access to requested resource is denied."

Can anyone please guide what can possible issues?

1 Answers

How are you trying to access it ? Through postman ? Or Java app or ?

Related