Developer API
Steps:

800 PBX developer API can allow you handle complicated business logic in easy steps.

Here are the steps to get started.


  • Virtual PBX

    Get the API Key

    The API Key can be obtained from the control panel after you sign up with us.

    Please use “Generate API Key” option in the control panel. System will generate a random developer key for you.

    This key should be used with all API calls.

  • Pizza Ordering

    Post the Parameters

    Parameter Value/Notes
    userID Userid of our account.
    apiKey API key generated for your account.
    phoneToCall Destination number where the call has to be originated
    extension Extension to forward the call (optional) If no extension is mentioned, the calls will be forward to the main extension.
    params Additional parameters you can sent by sending them in the key and value format, which can be used by your voice xml application.
  • live help

    Get the Sample Code

    Though, its simple https post to the webpage, we have provided the sample code as a java library for you.

    To call a number and connect to an extension, use the following code. Please note that extension is an optional parameter. Omitting the extension will connect the caller to the main extension.

    "public String PostToHTTPS.postRequest(userID, apiKey, phoneToCall, extension, params)"

    "public String PostToHTTPS.postRequestWithVxmlPath(userID, apiKey, phoneToCall, vxmlPath, params)"