Meetings API problems

Of course. In Zoom desktop application I am logged in as test@iliauni.edu.ge and starting call (checkbox “Use my PMI is disabled”) and after connecting, I am trying to receive this call via User’s Meetings API.

Request:

curl -X GET "https://api.zoom.us/v2/users/test@iliauni.edu.ge/meetings?type=live" -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer some.jwt.token" -H "User-Agent: GuzzleHttp/6.5.1 curl/7.58.0 PHP/7.4.4" -H "Host: api.zoom.us"

Response is empty:

[
  "page_count" => 0
  "page_number" => 1
  "page_size" => 30
  "total_records" => 0
  "meetings" => []
]