Skip to content

getShopByOwnerUserId V3 endpoint throws a Forbidden result #753

Discussion options

You must be logged in to vote

@WilmerGuerrero First off, the SELF parameter is removed in V3. You have to have your shop id and user id for the endpoints that require them. After authenticating with the OAuth and after the user has granted your app consent to access it, your app can call the getMe endpoint (https://developers.etsy.com/documentation/reference#operation/getMe).

For the other endpoints, the x-api-key has to be sent as a header value. All of our endpoints will require the x-api-key value (except for pre-auth). Once you've done the OAuth process you should have a bearer token that you would pass into every call. The token is what helps our system determine who the owner of the token is.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by etsyachristensen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants