API Payloads for Advanced Polls

Hello,

Can anyone support with correct payload for advanced polls?

When I try to create an advanced polls the API responds with 400 and minimum description of error.

{
	"code": 300,
	"message": "Invalid parameter: questions."
}

Here is the example of request:

curl --request POST \
  --url https://api.zoom.us/v2/webinars/98251330706/polls \
  --header 'Authorization: Bearer REMOVED' \
  --data '{
	"anonymous": false,
	"poll_type": 2,
	"questions": [
		{
			"answer_required": false,
			"case_sensitive": false,
			"name": "Matching question",
			"type": "matching"
		}
	],
	"title": "Matching"
}'

In general I would need the payload for the following types of polls:

  1. matching;
  2. rank-order;
  3. fill in the blank.

Thanks in advance

Hi, @p.ch_test,
Welcome to the developer forum – I am happy to help. To confirm, you are looking to create polls for a webinar?

Create a webinar’s poll