The Noojee API provides two methods for authentication. To find you current version of Noojee Administrator click on the Noojee logo in the top right hand corner.
01.1 Authentication - API key method for Noojee Administrator version 4.9.0.10 and later.
For newer versions of Noojee Administrator the simpler API key method should be used for authentication.
01.2 Authentication - Hash method for Noojee Administrator pre version 4.9.0.10.
Older versions of Noojee Administrator support the Hash method only. Please note: the Hash Method will still work when you are upgraded to newer versionsAuthentication is based on a pre-shared api key which can be obtained by contacting Noojee Support.
Submiting a method
Every call to the Noojee API must include the api key.
an example call to stop recording would look like this
1 |
|
It should further be noted that the API will only accept POST requests.