We just got our MSE 10 installed, and I am having problems accessing all of the endpoints. I have looked at the Sandbox MSE as well and it seems to be similar, but different than the documentation.
For example the API documentation (API Reference Manual - CMX MS) says that to get a count of the clients you should send an authenticated GET to:
http(s)://<MSE IPADDRESS>/api/contextaware/v1/location/clients/count
This does not work, I get a 404 when I do that. However, the Sandbox shows a different endpoint, and when I make a GET request to:
http(s)://<MSE IPADDRESS>/api/location/v2/clients/count
I do get the expected JSON response back. However, I can not get any of the other endpoint calls to work, ie, how would I get a list of all of the maps?
http(s)://<MSE IPADDRESS>/api/location/v2/maps/count
Does not work.