Zoom API v2 Meeting Creation Returns No Response Despite Successful User Creation

Hello Zoom Developer Community,

I’m experiencing an issue with the Zoom API v2 where a meeting creation request appears to be processed (logged in our system), but no response is returned. Here’s the details:

  • API Endpoint: POST / v2 / users / xxxxxxxxxx / meetings (xxxxxxxxxx is user_id)
  • Timestamp: 2025/11/06, 23:36 (Japan Standard Time)
  • Context: Immediately before this, a user was successfully created via the API, and the user exists in the account. Other API calls (like user creation) are working fine, returning proper responses.
  • Expected Behavior: A JSON response with meeting details (e.g., meeting ID, join URL) should be returned upon success.
  • Actual Behavior: No response is received. The request is logged as sent, but there’s no HTTP status code, body, or error in our logs.
  • Troubleshooting Done:
    • Verified API key and authentication (working for user creation).
    • Checked for rate limits (not exceeded).
    • Tested similar calls manually – some succeed, but this specific instance fails silently.

Can I check API logs at zoom side?
I’d appreciate any insights from the community or Zoom team.

Thanks in advance!