OAuth invalid_client error on testing server but works locally

API Endpoint

POST https://zoom.us/oauth/token


Description

I’m receiving an invalid_client error when requesting an OAuth access token only on the testing server.
The same codebase and credentials work correctly on localhost.

The failure occurs during token generation, before creating any Zoom meeting.


Error

{
  "error": "invalid_client",
  "reason": "Invalid client_id or client_secret"
}

Hey @Abdelmonem
Can you please share with me the entire request you are sending?