405 error on update session status VideoSDK API

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/videosdk/sessions/{sessionId}/status

Description
I get an 405 error on PUT request on session status update. Like 2/3 requests are processed successfully and i get “204 OK”.

Error?
{
“status”: 405,
“code”: “ERR_BAD_REQUEST”,
},
“data”:
{“action”:“end”},
“url”: “https://api.zoom.us/v2/videosdk/sessions/{double encoded sessionId}/status”,
“method”: “put”
}

How To Reproduce
Steps to reproduce the behavior:
*1. I make a PUT request to https://api.zoom.us/v2/videosdk/sessions/{sessionId}/status
with body {“action”:“end”}
*2. Authentification via Bearer token
*3. Like 1/3 cases get 405 error instead of 204 OK

Hi @memx86
Thanks for reaching out to us!
Have you been able to solve this issue?

No luck solving this issue. I just made like 10 successfull requests and then 11th and 12th failed with 405 .

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