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

     

    I know it’s been a few years, but were able to get anywhere with this? I’m trying to do something similar and am finding the documentation to be lacking in the needed details.

The forum ‘Scripting and APIs’ is closed to new topics and replies.