Create Zoom meeting from local server using Zoom API

We are trying to Create new Zoom meeting from our local server using below curl script

curl https://api.zoom.us/v1/meeting/create
-X POST
-d api_key=your_api_key
-d api_secret=your_api_secret
-d host_id=unique_id
-d type=1
-d topic=“Meeting Topic”

When i run above script, output is error “:{“code”:1001,“message”:“User not exist.”}}”
Please provide suggestion for same

Hi,

Let me apologize for the late response. We had some posts slip through the cracks for one reason or another, but we didn’t want you to go without a response even it if is a late one.

I would recommend using our V2 API, it is the current one we support and is much less error prone.