How to use API JWT For Show list meeting zoom?

GIVE SAMPLE FOR GET LIST MEETING ZOOM WITH JWT + PHP :slight_smile:

Description
Hi, I want to get List meeting on my account Zoom, For Share to Public and Civitas Academic

Error
but Fail, Difficulty and my page Error 502 Why

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
I tried this code Preformatted text

How To Reproduce (If applicable)

   $tokenjwt = $this->jwt;
       $emailzoom = $this->emailzoom;
       $http = new Client([
         'headers' => ['Authorization' => 'Bearer ' . $tokenjwt]
            ]);
        $response = $http->get("https://api.zoom.us/v2/users/$emailzoom/meetings");
        return $response->getJson();
Steps to reproduce the behavior:
Error 502, Bad Gateway Nginx

Screenshots (If applicable)

Additional context
Add any other context about the problem here.

hmmmmmmmmmmm, DIFFICULTY apiii

Hi @zoom_ummi – I saw you marked there was a solution. I just want to confirm that the issue is resolved now?

Thanks!

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