Hi, I’m trying to test the APIs but I get a 403 error, don’t know if I need more config in the server side.
I’m running Ubuntu 14+Apache2, when I navigate to http://mypydio.com/api/default all that I get is a 403 error. Also if I run a curl command I get the same answer:
curl -u pydioadmin:pydiopasswrod -X POST -F ‘resourceType=user’ -F ‘userPass=password’ --url “https://mypydio.com/api/v2/admin/people/group/subgroup/newUser” -k
403 ForbiddenForbidden
You don't have permission to access /api/v2/admin/people/group/subgroup/newUser on this server.
Apache/2.4.7 (Ubuntu) Server at x.x.com Port 443
Any hint?