Update meeting api

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"?>300Request 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

Hi @ohads82
It looks like the error could be by the way you are passing your token in your authorization header, or even the way you are generating that token.
Have you tried making this API call using Postman ?

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