Might the "zra/conversations/{conversationId}/interactions" endpoint be failing to convert "%2B" back to "+"?

API Endpoint(s) and/or Zoom API Event(s)

  • /zra/conversations/{conversationId}/interactions

Description
The assumption is that the URL is parsed so that it has the same conversation_id as the Zoom web portal URL.

If a GET request is made to the specified endpoint with a conversation_id containing “%2B” parsed as “+”, no data is obtained (code: 404 & 1005).

If you look at the data that returned 1005, you will see that a blank space is created in the conversation_id, so it is possible that some internal error is occurring.

Does anyone else have the same phenomenon?
I need help investigating.

Error?
sample

data: {"code":1005,"message":"Conversation does not exist: abCdEF123gh ig==,0123456789"}

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body

  • Using “+” included conversation_id

2. Authentication method or app type

  • server-to-server

3. Any errors

  • response: 404 & data: 1005