getting AUTHENTICATED_FAILED on curl as follows:
curl -u user:password -X GET "https://confluence.example.com/rest/api/content/" | python -mjson.tool
Community moderators have prevented the ability to post new answers.
Hi Kween,
keep in mind that the password for the REST API is different to the password you would use to login to your instance via the browser.
https://developer.atlassian.com/cloud/confluence/basic-auth-for-rest-apis/
It looks like you've given it an invalid username/password combination.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.