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"
}