H.323 and SIP information for zoom meetings

Description
I’m getting zoom meeting details using “/meetings/{meetingId}” api with JWT access token (created using client ID and secret key). When I get the zoom meeting info, I need H.323 and SIP info as well.

sample (I get this info when I schedule zoom meetings using my corporate zoom account):

Or an H.323/SIP room system:

162.255.37.11 (US West)
162.255.36.11 (US East)
221.122.88.195 (China)
115.114.131.7 (India Mumbai)
115.114.115.7 (India Hyderabad)
213.19.144.110 (EMEA)
103.122.166.55 (Australia)
209.9.211.110 (Hong Kong SAR)
64.211.144.160 (Brazil)
69.174.57.160 (Canada)
207.226.132.110 (Japan)

I tried using “/h323/devices” api but got an empty device list.
Response:
{
“devices”: ,
“page_count”: 0,
“page_number”: 1,
“page_size”: 30,
“total_records”: 0
}

Any help would be appreciated.
Thanks in advance.

Hey @bsangeetha,

Are you using your corporate account to call the /h323/devices api? What is your account #?

Thanks,
Tommy

I’m using client ID and secret key to call Zoom api. When I get meeting details via /meetings/meetingID, I need the below information as well:

162.255.37.11 (US West)
162.255.36.11 (US East)
221.122.88.195 (China)
115.114.131.7 (India Mumbai)
115.114.115.7 (India Hyderabad)
213.19.144.110 (EMEA)
103.122.166.55 (Australia)
209.9.211.110 (Hong Kong SAR)
64.211.144.160 (Brazil)
69.174.57.160 (Canada)
207.226.132.110 (Japan)

Can you tell me the api that returns this info?

Thanks in advance.

Hey @bsangeetha,

You should be able to use the List Devices endpoint.

What is your account # so I can debug?

Thanks,
Tommy