Get a temporary url to stream or download a voicemail
This endpoint returns a temporary url (3 hours) to stream or download a voicemail. To download the audio, you can add the download
query parameter at the end of the url.
Path Parameters
id string required
The ID of the voicemail to retrieve
Query Parameters
language string
The language to retrieve content in. Defaults to the user's language.
Responses
- 200
- 401
- 404
- 500
Url to play the voicemail
application/json
Schema
Example (from schema)
Schema
data object
url uri
{
"data": {
"url": "https://api.rinkel.com/audio/voicemail/64a7e60337ee34ea78e5325c?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0YTdlNzBmNz"
}
}
Unauthorized
The voicemail was not found
Internal Server Error
Loading...