I've been trying to connect to the Proxmox API via Postman so I can explore it further, but can't seem to connect. I keep getting 401 No Ticket
despite getting the TICKET and CSRF via curl and plugging those into:
- Params and running via GET
- Authorization as API Key, Bearer, etc
I've already scoured https://pve.proxmox.com/wiki/Proxmox_VE_API and https://pve.proxmox.com/pve-docs/api-viewer/index.html as well as Googling and checking SO. Nothing seems to provide a useful solution. Any ideas?