Versions Compared

Key

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

The CoreAPI is the high-performance mechanism for real-time integration with 3rd party systems, including softswitches, gateways, etc. It's designed for a limited number of most used methods for integrations. Typically, the CoreAPI methods can be used for the following:

  • for developing customers' portals;
  • for mobile applications;
  • for data synchronization with 3rd party systems.
Panel
borderColor#ffffb3
bgColor#ffffb3
borderWidth2px

(warning)   Attention

  1. The JeraSoft team may modify the attributes and methods related to the CoreAPI usage from time to time without advance notice.
  2. To provide our users with the most up-to-date features, we recommend using CoreAPI instead of Management API methods for integrations.

Protocol

The Service implements JSON-RPC 2.0 specification. Transport of the RPC messages is performed over the HTTP protocol. By default, the Service runs on 3080/tcp port. It is assumed that RPC clients talk to the Service over a secure connection (either VPN or private network).

...