Valarm API – Accessing Account Level Resources With Your API ID / Key
Retrieve a list of all your defined Device Groups
Under Account Management, you can see/edit (regenerate) your Account-level API ID and Read-only API Key. These are required to access any account-level API resources. An example is shown on the right and at the bottom of this page there are step by step instructions and screenshots for getting your Valarm API ID and Key.
API to retrieve a list of all defined Device Groups:
http://tools.valarm.net/api/v1/account/deviceGroups.
Parameters:
- apiId (required, string from Account management page)
- apiKey (required, string from Account management page)
- pretty (optional, for human-readability)
- callback (optional, for JSONP)
Example:
http://tools.valarm.net/api/v1/account/deviceGroups.json?apiId=P6Dwb9YPy98378ihcfpkF&apiKey=TpWnQSRPBp5XwBktSSeIHXeE9yt&pretty=true
Step by step tutorial guide on setting up your Valarm sensor API ID & Key:
Have a look at this API documentation for getting more details and metadata about a specific device group from Tools.Valarm.net.