sysPass / sysPass-doc

sysPass Documentation
https://doc.syspass.org
The Unlicense
6 stars 16 forks source link

API : Oops, it looks like this content does not exist... #29

Open ramkumarPREMO opened 2 months ago

ramkumarPREMO commented 2 months ago

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