Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This API is part of the broader Noojee Admin API which provides control over various aspects of our Call Centre suite.

Through the API:

  • New calls can be initiated
  • Existing calls can be terminated (hangup)
  • Incoming calls can be answered
  • Call state can be tracked for speific extensions
  • Recording can be initiated
  • Recording can be stopped

...

API calls are made through HTTP POST requests. Responses to API calls are JSON formatted.

All calls must be Authenticated using your systems API Key -  01.1 Authentication - Api key method.

...