We're currently able to access the Crowd REST API using the username and password of a custom application that we configured in Crowd, but only to the /rest/usermanagement...... path.
When trying to access anything via /rest/admin..... we are receiving an HTTP 401 error.
When I test in a browser using my user credentials (which are also a Crowd Admin) I am able to pull data just fine:
http://192.168.1.2:8095/crowd/rest/admin/1.0/application
Any ideas?