Meeting_summary {"code":200,"message":"No permission."} in Admin-Managed app

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us//v2/meetings/thr/dsg6AjaWjZRPzFxWww==/meeting_summary

Description
The meeting summary API should return summary but instead retuning {“code”:200,“message”:“No permission.”} . I am using admin-managed app. and having meeting:read:summary:admin and meeting:read:list_summaries:admin added to scopes

Error?
{“code”:200,“message”:“No permission.”}

Hi @hemsharm
Thanks for reaching out to us!
This endpoint you shared: https://api.zoom.us//v2/meetings/thr/dsg6AjaWjZRPzFxWww==/meeting_summary has typo, it has an extra “/” before ‘v2’. Can you please fix it and try again?

If you are querying with the meeting UUID, you should double-encode it before making the request, because the “/” can be affecting your request