GET /api/callaudio/{id}
Retrieve the audio recording for a single call.
Result Code
| 200 | OK |
|---|---|
| 401 | Unauthorized |
| 404 | Call not found |
| 406 | SSL must be used |
| 500 | Server Error |
Example request
Example;- GET https://api.calln.com/api/callaudio/4277 Result;- 200 (OK) Headers: Content-Type: audio/mpeg Content-Length: 35784 Body: <Binary audio data>
Using Curl
curl "https://api.calln.com/api/callaudio/{id}" -H "Authorization: Basic username:password | base64" -X GET

