Logo
Zoom Public API Documentation

List audio items

GET {{baseUrl}}/phone/users/:userId/audios

Use this API to get audio items.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:read,phone:read:admin

Rate Limit Label: 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" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/users/:userId/audios' -H 'Accept: application/json'

ENDPOINTS