Hello,
If you are running your application on-premise, you can find your M2EE_ADMIN_PASS on the Settings.yaml file in your app directory on the application serveur;
its the value of ServerPassword parameter.
When running locally from Eclipse, M2EE_ADMIN_PASS is in the file <appname>.launch, in the project folder.
In my case the password was simply "1". After base-64-encoding this becomes "MQ==".
So in Postman I added these extra headers:
And for example in the body:
This worked for me.
Hi,
I have use this admin api recently and published my finding on this article, It has code to retrieve the password and to access the api.
Do check it out here: How hidden API fixed my Audit log