API
This document explains how to use SCOPDEV v3. SCOPDEV v2.5 (a.k.a. xAPI) is still present for legacy integrations, but is turned off by default. If you wish to continue using v2.5, you must to the following:
SCOPDEV 2.5 and 3 can be used side by side without any issue, but version 2.5 is deprecated.
SCOPDEV v.3 has two components:
Requirements
You must have the latest installation of ScopTel on CentOS.
Ports
APIs and their documentation are found on port 5555 by default, the same as the default port to access SCOPTEL’s GUI. If you change this port, than API calls must also be directed to the new port.
SSL
If the administrator turns on SSL for added security, http:// is replaced by https:// for the API calls and documentation.
REST API
REST API is accessed at http://<server ip>:5555/api/, where <server ip> is the IP address of your ScopTel installation.
The REST methods interactive documentation is found at http://<server ip>:5555/api/docs/. You will need to use the /authenticate API first to use the interactive features of the other APIs.
REST API Users
For basic integrations, you will want to create API Users that are authorized to use the REST API. To create an API User:
Events API
The event-capture API is documented at http://<server ip>:5555/api-events/docs.