I've made a plugin which we need access to through an external system, today we use php for this and send an request containing access hash to authenticate.
After version 64 this type of authentication is deprecated, so I tried to use the new api token system instead but i get the following error:
X-Error-Message: Token authentication is restricted to WHMAPI calls only
Is there a way to use token for running 3rd party plugin scripts, or do I need to go back to good old fashion http-header authentication with password ?
Having a way to run this without using authentication that gives access to whole system would be nice, so if I can put a symlink to my script within available directory for whmapi, that would be an acceptable compromise for me.
Thanks.
After version 64 this type of authentication is deprecated, so I tried to use the new api token system instead but i get the following error:
X-Error-Message: Token authentication is restricted to WHMAPI calls only
Is there a way to use token for running 3rd party plugin scripts, or do I need to go back to good old fashion http-header authentication with password ?
Having a way to run this without using authentication that gives access to whole system would be nice, so if I can put a symlink to my script within available directory for whmapi, that would be an acceptable compromise for me.
Thanks.