Retrieve Meeting details - Need duration of ended meeting

Hi,

I need to retrieve all meeting details like duration ,the number of hosted meetings etc.For that, I tried to call the below URL but unable to complete the request.Please find the below details.

 

Account : shah@zhservices.com
URL        :    https://api.zoom.us/v1/meeting/list

Response

{
“error”: {
“code”: 300,
“message”: “Api key and secret are required.”
}
}

Payload header

Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJFR3V6dVFYNFFFeXFQd21tdUFVeHp3IiwiZXhwIjoxNDk2MDkxOTY0MDAwfQ.GUqUxOxPUjfLd3Lj7fQ56z6iMDURJbCmLyf3iwGxlOw

 

 

Hello, 

When using Version 1 of our API you will need to include the API Key & Secret within the url parameter. Afterwards your error will disappear.  

Thanks