i am using syspass 3.2 and i am trying to connect API, by normal when i am trying with API URL i am getting error below,
Oops, it looks like this content does not exist...
and even i tried with json also getting same. and when i am go there folder "/var/www/sites/syspass/app/modules/api/plugins" is empty.
hi,
i am using syspass 3.2 and i am trying to connect API, by normal when i am trying with API URL i am getting error below,
Oops, it looks like this content does not exist...
and even i tried with json also getting same. and when i am go there folder "/var/www/sites/syspass/app/modules/api/plugins" is empty.
curl -X POST https://yyyyy.xxxxxx.com/api.php -H "Content-Type: application/json" -d '{ "jsonrpc": "2.0", "method": "account/search", "params": { "authToken": "my auth token", }, "id": 1 }'
can you please suggest anything i was missing