Logo
Zoom Public API Documentation

Get a device profile

GET {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId

Use this API to return a Zoom Room device profile.

Prerequisites: * A Pro or a higher account with Zoom Rooms.

Scopes: room:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "audio_processing": "<boolean>", "auto_adjust_mic_level": "<boolean>", "camera_id": "<string>", "echo_cancellation": "<boolean>", "id": "<string>", "microphone_id": "<string>", "name": "<string>", "noise_suppression": "moderate", "speaker_id": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/:roomId/device_profiles/:deviceProfileId' -H 'Accept: application/json'

ENDPOINTS