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 “/”