I’m new to Milestone and trying to integrate it with my mass notification software. I’ve found that I can run some API command fine but others return 403. I guess that either my token or my user lacks permissions, but I’m not sure how to change that.
Commands that have WORKED:
- /sites
- /analyticsEvents
- /eventTypes
Commands that return 403:
- /cameraGroups
- /events (GET)
How can I avoid these 403s? I’d really like to just get a user and token with full permissions to that I could test the whole of the system.