I can't get meeting summaries via API

1- thing I’m doing in n8n to be clear

I’m trying to get the meeting summary via api rest, and look at the problem I’m having, I get the UUID of the meeting that contains / initials and do the coding as requested and only in the summary, it tells me that the id passed does not exist but I collect the id via api too, I’ll attach the images if anyone can help me.

I am sending the following encoding in the url:

api.zoom.us/v2/meetings/zYEiquksRhSj%252FWMsbmuA7A%253D%253D/meeting_summary

hi @Pedagogico

You can not just send the API, you must have used the oauth process to give you your encoded key to send with the API. This is what give you the authoirity.

hope this helps

All the best

John

Hi @Pedagogico
Are you double encoding your meeting UUID? have you tried using the meeting ID instead of the uuid?

Yes, whether I’m using the outh or the encoded uuid, the error continues to persist.

See the screenshot below.

I can not see any screenshot

John