"Send a Test Request" section

Using this template helps us debug your issues more effectively :slight_smile:

Description
I am a beginner so forgive me if I ask for a trivial thing…
I couldn’ understand how to set Path Params
Could you give me the steps to try to insert meeting in this section?
In the red circle section it doesn’t permit me to write something so where ti put the “meetingId” to test?
Thank you

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I’m using oauth

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)


if i click on SEND it returns:
{
“code”: 3001,
“message”: “Meeting {meetingId} is not found or has expired.”
}

In the settings tab of the request, you just need to select the meetingId value input field and enter your meeting ID:

Hey @beretta,

Thats right, you’ll need to input the meeting ID in the meetingId field in the embedded postman tool, and this will automatically populate the path param for the request.

Thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.