In order to improve usablility, XOXZO has changed the API endpoints for Simple Playback API and Checking Call Status API
Simple Playback API
- Old
POST /voice/simple/playback/
- New
POST /voice/simple/playbacks/
Checking Call Status API
- Old
GET /voice/simple/playback/<callid>
- New
GET /voice/calls/<callid>/
Old endpoints will be available until Feb. 28 2018 and be removed afterwords.