Invalid api key or secret with OAuth token

Description
We have created an app in the zoom market place and by using the client ID and client secret we have generated access token in servicenow by placing grant type: client credentials.

Note: if we use the grant type as Authorization code we are getting page not found.

Error
Invalid api key or secret.

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

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

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

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @venkat.sai,

The grant type of client_credentials will only work with Zoom Chatbots.

You need to use the OAuth grant type of authorization_code.

Can you share a screenshot and steps to reproduce this error: “Note: if we use the grant type as Authorization code we are getting page not found.”.

Thanks,
Tommy

Hi Tommy,

Thanks for the response and we figured out the issue and changed to [OAuth grant type of authorization_code] that resolved our issue.

Thanks,
Venkat

1 Like

Happy to hear you figured out the issue! :slight_smile:

Thanks,
Tommy