What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.0.6 What app is this about: listmonk
Describe your issue
Hi All,
I installed yunohost and listmonk yesterday and still trying to figure it out. Main purpose was to use Listmonk’s APIs but i can’t find how to use them. It works from browser trying to acess endpoint when i’m logged in (probably authneticating with session) however i can’t access it remotely from another server. Responds as 302 (which redirects to login screen)
How can i create a token,key username password or whatever it takes to authenticate from a remote server?
Documentation says “API requests require BasicAuth authentication with the admin credentials.” i already tried my admin credentials it didn’t work. Here’s my php code for that. It returns 302. Please help
During installation, did you chose the app to be available to visitors? Would you mind sharing installation logs? These are available in web admin->tools->logs, select the relevant log and ‘Share with YunoPaste’.
I think the end point is right https://mydomain.com/api/subscribers i can see subscribers after login from browser, since the session is active, however i can’t access from a remote server.