Skip to content

Introduction to IP Telecom API

IP Telecom uses the Crossbar REST API interface. It provides a simple way for external applications to talk to IP Telecom applications. Your application sends a HTTP request and parses the response. Our API uses standard JSON encoded response codes, authentication, and HTTP verbs. Use any web developer language to work with our API and for quick access, use tools such as cURL (command line) or Postman (GUI).

API login

Access IP Telecom APIs from https://apps.hostedpbx.ie:8443. When you are working on integration with the API, login using the same credentials required for https://portal.hostedpbx.ie/. If you have any problems, log a support ticket.

Note

For our partners in South Africa, the API details are the same but you will need to replace the URL and websocket domain as follows for the endpoints.

  • API URL https://api.hostedpbx.africa:8443/v2/
  • WebSocket wss://wss.hostedpbx.africa:5443

More information

API Documentation