Create a Meeting API Via Postman succesful, But not showing in my Upcoming metting section

Hey i was firing the Create a Meeting request via Postman

Request: POST https://api.zoom.us/v2/users/me/meetings

Body
{
“topic”: “postman meeting 123”,
“type”: 2,
“start_time”: “2020-06-21T12:02:00Z”,
“duration”: 60,
“timezone”: “Asia/Calcutta”
}

When i set type to 2, it runs successfully and i can i see my meeting in upcoming meeting section, but when i set type to 1, it gives successful response but i can’t see anything in my meeting section, what i am missing to create instant meeting that it can be seen in my meeting section

I have created account level apps

Hey @adarshsoni500,

Type 1 meetings are instant meetings, and will not show up in your upcoming meeting section.

Thanks,
Tommy