The REST API allows you to programatically manipulate your cameras and recordings. You can create, update, and delete objects by calling special URLs and your API KEY.

To make a call to a REST endpoint you will need to include your API_KEY whch is available in the credentials section of your Admin Panel. All you need to do to authenticate with the API is to pass your API KEY with each request as the parameter "api_key". For example to get your list of cameras you would GET the following URL.

For your own security, please always us HTTPS when using the REST API

GET  https://www.cameratag.com/api/v15/apps.json?api_key=YOUR_API_KEY_HERE