Help me - Method Post and Method Get (List all Meetings)

Hi guys, I have a problem regarding the GET (List Meetings) Api since it does not list the meetings i have created with the POST method.

Contrary do that, it results in a ID meeting that does not match the one i have created.

I am attaching images to help me understand and can help me correct what i am doing wrong:

  • Method Post - create meeting and Method Get - result meetings:

Hi @perezgradosj, these are two separate meetings with the same name. The POST method is being used to create an instant meeting (type: 1) whereas the GET method is returning a scheduled meeting (type: 2).