New meeting is not coming in meeting list api

Description
i am using API for create new meeting that is retuning newly created meeting data with all fields or id. but when i try to get that data form https://api.zoom.us/v2/users/Lay----mw/meetings?page_size=2&page_number=24
why it is not coming in this list.

Error
no error

Which App Type (OAuth / Chatbot / JWT / Webhook)?
i am using JWT token.

https://api.zoom.us/v2/users/Lay-----yyVn_QE0FTgmw/meetings?page_size=2&page_number=24

Which Endpoint/s?

How To Reproduce (If applicable)
my body of create new meeting …
{

"topic": "angular 1",

"type": 1,

"start_time": "2020-02-15T12:26:00",

"duration": "30",

"password": "123456",

"timezone": "Asia/Kolkata",

"agenda": "pankaj test",

"settings": {

    "host_video": 1,

    "participant_video": 1,

    "in_meeting": 1,

    "join_before_host": 0,

    "mute_upon_entry": 1,

    "watermark": 1,

    "approval_type": 2,

    "audio": "voip"

}

}

Hi @ankuprsdpkp,

It sounds like you’re creating a new meeting via API, but then when you call our List Meetings API endpoint for the user under which the meeting was created, you’re not seeing it reflected—is that right?

Can you ensure you’re passing the type=scheduled query parameter in your request to ensure you’re receiving upcoming meetings as well?

Let me know if this helps!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.