VoipNow Unified API Examples
This page presents the available examples for the VoipNow Unified API in multiple programming languages. These examples demonstrate how to integrate with VoipNow’s real-time communication features using the VoipNow UnifiedAPI. They include obtaining OAuth tokens required for API access, placing public and sandbox calls, parking and transferring active calls, and enabling on-demand call recording. Additional scripts provide tools for managing agent session states and inspecting the list of registered extensions connected to the system.
Scripts Location
All example scripts are available in the dedicated repository: VoipNow Unified API Examples Repository
Available Languages
| Language | Location | Notes |
|---|---|---|
| TypeScript | typescript/ | Setup instructions in typescript/README.md |
| Python | python/ | Setup instructions in python/README.md |
| Go | go/ | Setup instructions in go/README.md |
| Java | java/ | Setup instructions in java/README.md |
| PHP | php/ | Setup instructions in php/README.md |