GET {{baseUrl}}/phone/users/:userId/audios
Use this API to get audio items. Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Rate Limit Label: phone:read
,phone:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"audios": [
{
"audio_id": "fPOSdWWqRVqhohLYs7TW9Q",
"name": "hello.mp3"
},
{
"audio_id": "fPOSdWWqRVqhohLYs7TW9Q",
"name": "hello.mp3"
}
]
} |
ENDPOINTS