Skip to content

how to access SP-API via python

0

I tried to access via postman but ... there an error

{ "error_description": "Client authentication failed", "error": "invalid_client" }

1 Answer
1

There seems to be something wrong with the request. I suspect this API requires authentication, like Oauth, and the proper keys are not being passed via the API. This could be in the header or a bearer token.

Hope this helps, if so please accept this answer.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.