Invalid jwt access token

hi,

Our api doesn’t seem to work and give the below error. We use the same api key and secret in my apps. It worked couple of days back when I checked. I use jwt access token.

1 * Client out-bound request
1 > GET https://api.zoom.us/v2/users?access_token=[REDACTED]&status=active&page_size=300&page_number=17
1 > Content-Type: application/x-www-form-urlencoded
1 > Accept: application/json
1 * Client in-bound response
1 < 401
1 < expires: Thu, 01 Jan 1970 00:00:00 GMT
1 < CF-RAY: 7a1c58961941ceb1-SJC
1 < Server: cloudflare
1 < Connection: keep-alive
1 < pragma: no-cache
1 < Date: Thu, 02 Mar 2023 20:21:26 GMT
1 < set-cookie: __cf_bm=FdCpWvMdSZWXsD9ClJw4O.kENxRodZ16q7ZeQjnZzaU-1677788486-0-AU3XV+v9P+/gCx4nXXElAzq/YrLgmwc2d8tnhgzp+yiBgouf4KU39bn07kSD06l5xgkUXJu98oLKjE1D3dcbMvE=; path=/; expires=Thu, 02-Mar-23 20:51:26 GMT; domain=.zoom.us; HttpOnly; Secure; SameSite=None
1 < set-cookie: _zm_mtk_guid=66e8f200270c4131979262891daa9bae; Domain=.zoom.us; Expires=Sat, 01-Mar-2025 20:21:26 GMT; Path=/; Secure
1 < set-cookie: _zm_chtaid=781; Domain=.zoom.us; Expires=Thu, 02-Mar-2023 22:21:26 GMT; Path=/; Secure; HttpOnly
1 < set-cookie: _zm_ctaid=7Yp0yTlZRKO8rhOhmJw0HA.1677788486143.884dec0df09950548a0d480082a3ba55; Domain=.zoom.us; Expires=Thu, 02-Mar-2023 22:21:26 GMT; Path=/; Secure; HttpOnly
1 < set-cookie: cred=48F0263FFDCDCFCF366BB696FF07D755; Path=/; Secure; HttpOnly
1 < set-cookie: zm_htmaid=“”; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
1 < set-cookie: zm_tmaid=“”; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
1 < set-cookie: zm_haid=“”; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly
1 < CF-Cache-Status: DYNAMIC
1 < NEL: {“success_fraction”:0.01,“report_to”:“cf-nel”,“max_age”:604800}
1 < Cache-Control: no-cache, no-store, must-revalidate, no-transform
1 < x-content-type-options: nosniff
1 < Report-To: {“endpoints”:[{“url”:“https://a.nel.cloudflare.com/report/v3?s=qTrGb7mIRLTCDXNepYOeGNbM7k9SniZMBdYPv2Mbh6NPaWSO1l61%2BL6vSQ5Q3OghGN9yMvMo7S2SlASyPjaaL4XXdYdPnsuVkHtOEggg9NbvN9De3Ffhj3%2FTB4k%2B”}],“group”:“cf-nel”,“max_age”:604800}
1 < x-zm-trackingid: v=2.0;clid=aw1;rid=WEB_d55a15825abf5081c92671139b8b6c0c
1 < Content-Length: 108
1 < x-zm-zoneid: OH1
1 < Content-Type: application/json;charset=UTF-8
1 <
{“code”:124,“message”:“Invalid access token, this access token is not supported as query parameter string.”}

Thanks,

Before Creating a New Topic:

If you’re experiencing unexpected API/Zoom API Events (webhooks) behavior please search the forum with relevant keywords (e.x. error message) and follow the guidance outlined in those posts. Please also leverage the following support links:


Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.

Description
Details on your question, workflow or the problem you’re trying to solve.

Error?
The full error message or issue you are running into, where applicable.

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body
2. Authentication method or app type
3. Any errors

This is happening because we no longer support access tokens in query parameters. Instead, you’ll want to provide the access token in the authorization header.

For more information, please see our announcement here.

I hope that helps! :slightly_smiling_face:

Hi Max,

Thank you so much!

Regards,
Magesh

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