Welcome Apps REST API

REST API Overview

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_SECRET whch is available in the "Credentials" section of your Account Settings. All you need to do to authenticate with the API is to pass your API SECRET with each request as the parameter "api_secret". 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/v16/apps.json?api_secret=YOUR_API_SECRET_HERE