Jump to content

Bhoopesh Kumar

Members
  • Posts

    3
  • Joined

  • Last visited

Bhoopesh Kumar's Achievements

  1. Hi Team, Thank you in advance for your assistance. I would like to inquire if we have access to an API that allows us to retrieve a list of users and their licenses for our organization. Thank you for your help.
  2. 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."}]}]'
  3. I know this question already available but I am facing same issue. Please help me on it. Python code import requests headers = { 'APIKey': "xxxxxx", 'Content-Type': 'application/json' } uri = "https://pwd.xxxxx.co/api/passwords/"+str(xxxxx)+"?QueryAll" response = requests.get(uri, headers=headers, verify=False) response.content output: 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."}]}]' Also facing same issue in PowerShell script >Powershell.exe .\passwordstate_api_call.ps1 Invoke-RestMethod : [{"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."}]}]
×
×
  • Create New...