• This topic has 0 replies, 1 voice, and was last updated February 25, 2021 by Jeremy N.

v1 REST API via Postman

  • I am trying to authenticate with the v1 API using Postman. Eventually I would like to use the API to export a list of protected VM’s.

    All of the example documentation on the v1 API is for powershell which I do not plan to use.

    Can anyone provide links or examples of an authentication request

    I tried using the example from v2 with the username & password in the body

    {
      “username”: “name”,
      “password”: “password”
    }
    I get the following response back
    {“Message”:”Exception occurred in API: The property ‘username’ is not supported for this request. Please review the documentation for valid properties.”}
    Unfortunately, the documentation I find does not provide the names of the valid properties.
    thanks

     

You must be logged in to create new topics. Click here to login