Recurring meeting not creating

Hi we are trying to create recurring meeting by posting this json data :

{
  "topic": "Appointment Booking for 82",
  "agenda": "",
  "type": 2,
  "start_time": "2022-06-15T16:04:00",
  "timezone": "UTC",
  "password": "",
  "duration": 60,
  "settings": {
    "join_before_host": false,
    "host_video": true,
    "participant_video": false,
    "mute_upon_entry": false,
    "authentication_option": false,
    "auto_recording": "none",
    "alternative_hosts": ""
  },
  "recurrence": {
    "end_date_time": "2022-07-02T15:59:00Z",
    "end_times": 7,
    "monthly_day": 1,
    "monthly_week": 1,
    "monthly_week_day": 1,
    "repeat_interval": 1,
    "type": 1
  }
}

this creates the meeting with status code 201 but its not a recurring meeting.

https://www.getpostman.com/collections/ba86b4f09e86d5235ae3

Please provide some help .Our’s free account on zoom .

HI @alexvibealex

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
I see that you are trying to create a recurring meeting, but in your request body you are passing the wrong type meeting.

You are passing type 2 and it should be type 3 or 8

Please make sure to pass the right value for type
Hope this helps,
Elisa