Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Authentication is based on a pre-shared api key which can be obtained by contacting Noojee Support.

Noojee provides to sorts of API Keys.

Global API Key

The global API Key (stored as a system variable) allows full access to all API's and any data available via those APIs.

Care should be given to who has access to this key as they can access data which highly sensitive and likely to breach privacy legislation if mis-used.

If you hold data for multiple clients you should NEVER provide this key to any of those clients as they will be able to access all client data. Instead use a User API Key.

User API Key

A user API Key is associated with an Account in Noojee Contact.

A user API Key has access to each of the Campaign related API endpoints however their visibility to that data will be limited to the Campaigns that user has access to.

A user API Key does not have access to non Campaign related API endpoints (e.g. subscribe).

To restrict a User API Key to specific Campaigns you need to create a Team (via Accounts | Team Management).

Add the user to the Team and set the 'Team' in the Campaign Template (Details tab).

This will give the user access to any Campaigns that belong to that Campaign Template but no others.

To create a User API Key navigate to Users | Accounts.

Switch to 'Advanced' mode (by clicking the green 'Advanced' button, if it says 'Basic' then you are already in Advanced mode).

Select the 'Security' tab and click the 'Create API Key'.

Send the API Key to the user via a secure channel (google docs works well).

A user can belong to multiple Teams and as such get access to multiple Campaign Templates.



Note: all communication MUST by via HTTPS.

The Noojee API will only accept requests from whitelisted IP addresses. Please contact Noojee support to have your IP added to the whitelist.

Submitting a method

Every call to the Noojee API must include the api key.

an example call to stop recording would look like this

1

https://<server host>/servicemanager/rest/CallManagementAPI/stop?extenOrUniqueId=410&apiKey=f863246a-973e-11e6-8784-08002718f5b5

It should further be noted that the API will only accept POST requests.


  • No labels