"Invalid client_id or client_secret" Urgent help required. (I just need to get the API TOKEN)

Using this template helps us debug your issues more effectively :slight_smile:

Description
I am RUnning the Following on POSTMAN:

POST /oauth/token HTTP/1.1
Host: zoom.us
Authorization: [REDACTED]
Content-Type: application/x-www-form-urlencoded
code=[CODE]&grant_type=authorization_code&code_verifier=[CODE VERIFIER]&state=[STATE]
Error
{

"reason": "Invalid client_id or client_secret",

"error": "invalid_client"

}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
O Auth 2

Which Endpoint/s?
https://zoom.us/oauth/token

Additional context
I need URGENT help, please :frowning:

Hey @bmuzamil,

Thank you for reaching out to the Zoom Developer Forum. Please send an email to developersupport@zoom.us with a link to this thread. In that email, please provide the full request that you are using including the authorization header.

I’ll use that to look into this further.

Thanks,
Max

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