Invalid client_id or client_secret

Description
Followed this guide to setup oauth https://marketplace.zoom.us/docs/guides/auth/oauth.
I am using curl to when requesting for access_token getting
{"reason":"Invalid client_id or client_secret","error":"invalid_client"} in all tries
Error
{“reason”:“Invalid client_id or client_secret”,“error”:“invalid_client”}

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

Which Endpoint/s?
oauth/token

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Once code is obtain after authorise in step 1 do curl request to
    curl -H "Authorization: Basic Base64Encoded(<ClientID>:<ClientSecret>)" -X POST "<token_url>?grant_type=authorization_code&code=<code_from_query_param>&redirect_uri=http://localhost"

  2. got error {“reason”:“Invalid client_id or client_secret”,“error”:“invalid_client”}

Additional context
I went through - "Invalid client_id or client_secret" but nothing helped

Hey @jai

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Nope these post didn’t help @DeveloperBot

Hey @jai,

I just DM’d you for some additional details.

Thanks,
Will

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