GET {{baseUrl}}/phone/audios/:audioId
Returns an audio item. Only the admin or user can access your audio. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read
,phone:read:admin
phone:read:audio
,phone:read:audio:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"audio_id": "<string>",
"name": "<string>",
"play_url": "<string>",
"text": "<string>",
"voice_language": "es-ES",
"voice_accent": "<string>"
} |
ENDPOINTS