Replies: 1 comment
-
API key doesn't go into the params, its meant go as a header |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When I'm trying to get the reviews of a shop through 'getReviewsByShop' or 'getReviewsByListing', I get error 401 (The request lacks authentication credentials). But my credentials (only api-key) are valid and work on other API requests (e.g. 'getShop').
Is this normal? Am I missing something? Does somebody knows what I'm doing wrong?
The code I'm using is:
def Functie_Get_Shop_Reviews(shop_id, api_key, limit=25, offset=0, min_created=None, max_created=None):
Beta Was this translation helpful? Give feedback.
All reactions