Double Encoded UUID Does Not Recognize Leading "/"

API Endpoint(s) and/or Zoom API Event(s)
Endpoint: Meetings API - pastMeetingDetails

Description
I am attempting to call the past_meeting endpoint for a meeting instance with uuid (slightly obfuscated) “/zxXQ6P2Tw2NfVPqXXXXXA==”

Given it starts with a leading “/”, I am double URL-encoding it.

When I attempt to call the URL (with the correct authorization header):
/v2/past_meetings/%2FzxXQ6P2Tw2NfVPqXXXXXA%3D%3D%2FzxXQ6P2Tw2NfVPqXXXXXA%3D%3D

I receive back an error response:
{
“code”: 3001,
“message”: “Meeting does not exist: zxXQ6P2Tw2NfVPqXXXXXA==/zxXQ6P2Tw2NfVPqXXXXXA==.”
}

This response seems to drop the leading “/” in the double encoded uuid. I cannot find a reason why my URL would not work. Is this an error with your API? Or am I missing something?

Error
{
“code”: 3001,
“message”: “Meeting does not exist: zxXQ6P2Tw2NfVPqXXXXXA==/zxXQ6P2Tw2NfVPqXXXXXA==.”
}

How To Reproduce
Call the API with a double-encoded uuid for a uuid with a leading “/”

Oh, never mind. I followed a bad forum topic when working on this the first time. Double encoding means the more obvious encode the uuid, then encode the result. It does NOT mean to encode the uuid and paste it again. Solved.

I encountered the same problem, but I didn’t understand the solution. I would appreciate further explanation, please.

Hi @Iska
This topic has been closed, can you please create e new thread and include details of the isuse you are facing so we can support you