How to connect to vCloud director using REST API clients ?

We all have had the use case to connect to vCloud director via API to pull some details. Below is the detailed process on how to connect using REST client. I am using the Postman windows client. The procedure will remain the same for the other REST client applications too. Step 1 : Download the postman client https://www.getpostman.com/downloads/ Step 2 (Optional) : You may have to disable the SSL certificate verification if you are trying this on a test environment and do not have trusted certificates Step 3: Enter the credentials under the Authorization tab You must append either @system to the username or @orgname. This depends on the role you have. As a system administrator, you must use @system because your admin user is not bound to a special organization. As org admin or org user, you must append your organization name. For example: administrator@system or orgadmin@wecloud Enter the Accept header under the Headers tabs Key : Accept V