Bhoopesh Kumar Posted February 2, 2023 Share Posted February 2, 2023 I know this question already available but I am facing same issue. Please help me on it. import requests headers = { 'APIKey': "XXXXXXX", 'Content-Type': 'application/json' } uri = "https://pwd.XXXX.co/api/passwords/"+str(XXXXX)+"?QueryAll" response = requests.get(uri, headers=headers, verify=False) b'[{"errors":[{"message":"No Authorization"},{"phrase":"An error has occurred trying to validate the API Key for PasswordListID \'XXXX\'. Please check the PasswordListID and API Key values have been specified, and are correct."}]}]' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now