These sample codes are available on GitHub to help explain how our APIs work. 1)
Log In & Obtain Key- This example shows how to authenticate with the Open Mobile Portal API server and obtain the key for subsequent API calls.
Monthly CDR- This example shows how to download Monthly CDRs and Adjusted Monthly CDRs.
Daily CDR- This example shows how to download Daily CDRs and Adjusted Daily CDRs.
Network & Client Users- This example shows how to download the Network & Client Users report in two different formats: the CSV format, which is typical for importing to Excel Spreadsheet, and the XML format (also includes useful billing information such as Network Counts, Software Counts and etc.)
Child Companies- This example shows how to download a list of all child company IDs and names.
Custom Reports- This example demonstrates how to download one of the Custom Reports - ClientUserVersion report. The downloaded file will be in a zip format, which contains the reports for ALL the child companies.
Go to: Portal Home > REST API Overview