Use API to find out if "Meeting is over"

Hi,

When using the zoom-api to add a meeting registrant in certain situation I get the following response with error code 400:

{"code":3038,"message":"Meeting is over, you can not register now. If you have any questions, please contact the Meeting host."}

My question:
Is there a way to check if the meeting “is over” using the api? Is there a field in the data returned on the get-meeting end-point that indicates this?

This would be important since the add-registrant end-point is heavily rate limited (3 requests a day for the same registrant)

Thanks

The rate limit is 3 requests per registrant for a specific meeting, I think.

Hi @Videda , you can subscribe to the meeting.ended webhook to receive automatic notification of a meeting’s completion.

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