Credentials don't work in API

takeshi

New Member
Nov 25, 2020
4
2
3
64
I can login in the web interface.
But when I try
curl -v -k -d "username=root@pam&password=secret" 'https://192.168.1.2:8006/api2/json'
I get '401 No ticket'

Does the use of the API require any configuration or enterprise subscription?

I'm using proxmox VE 6.1-7
 
Last edited:
Hi,

Does the use of the API require any configuration or enterprise subscription?
No.


I get '401 No ticket'

Maybe your password has a special character try with single code

Bash:
curl -k -d 'username=root@pam&password=secret'  https://192.168.1.2:8006/api2/json/access/ticket
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!