HI
I’m trying to call the update meeting api, and getting 400 bad request (
b’<?xml version="1.0" encoding="UTF-8" standalone="yes"?>300
Request Body should be a valid JSON object.’
I’ve created zoom app in App Marketplace and have JWT token
I’ve managed to Get meeting api, using the token, so token is ok
example of my api call ( update meeting)
requests.put(“http://api.zoom.us/v2/meetings/***mymeetingid***/status”, json={ “action”: “end”
}, headers={
“authorization”: “Bearer MYREALTOKENHERE”})
is that related to license or somthing ?
BTW, it is not quote issue, “” , already checked it of course -maybe in this post it looks diff, but the “” are ok
thanks in advance