Jump to content

Hi Team, I have tried below mentioned all solutions but getting same error. Can you please help me on it?


Bhoopesh Kumar

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...