Api key and secret are required.

i am creating meetings from Postman its showing me
“code”: 300,
“message”: “Api key and secret are required.”

This is JSON which is i am sending with my api_key , api_secret and host_id
{
“api_key”:“xxxxxx”,
“api_secret”:“xxxxxx”,
“host_id”:“xxxx”,
“type”:2,
“topic”:“TestMeeting”,
“start_time”:“2017-09-15T09:10:11.934Z”,
“duration”:40,
“timezone”:"",
“password”:"",
“recurrence”:"",
“option_registration”:false,
“registration_type”:1,
“option_jbh”:false,
“option_start_type”:“video”,
“option_host_video”:true,
“option_participants_video”:true,
“option_cn_meeting”:false,
“option_in_meeting”:false,
“option_audio”:“both”,
“option_enforce_login”:false,
“option_enforce_login_domains”:,
“option_alternative_hosts”:,
“option_alternative_host_ids”:,
“option_use_pmi”:false,
“option_auto_record_type”:“local”
}

and URL is
https://api.zoom.us/v1/meeting/create

can you plz tell me what request i have to send in JSON format?
without importing from GitHub .
Thanks

 

 

If you are using version 1 of the api, the parameters are sent as form data, not JSON

https://zoom.github.io/api-v1/