What should the Client ID and Client Secret be?

Description
I am trying to do OAuth from my app. I followed below article:
https://marketplace.zoom.us/docs/guides/auth/oauth
To get access token, it should include an Authorization header.

Authorization The string “Basic” with your Client ID and Client Secret with a colon : in between, Base64 Encoded. For example, Client_ID:Client_Secret Base64 Encoded is Q2xpZW50X0lEOkNsaWVudF9TZWNyZXQ= .

What should be provided here for Client ID and Client Secret? The SDK Key and Secret?

Thanks

Hey @cquibada

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

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