Code 300: Request Body should be a valid JSON object while creating meeting

{
“agenda”: “My Meeting”,
“default_password”: false,
“duration”: 60,
“password”: “123456”,
“pre_schedule”: false,
“recurrence”: {
“type”: 1,
“end_date_time”: “2022-04-02T15:59:00Z”,
“end_times”: 7,
“monthly_day”: 1,
“monthly_week”: 1,
“monthly_week_day”: 1,
“repeat_interval”: 1,
“weekly_days”: “1”
},
“schedule_for”: “jchill@example.com”,
“settings”: {
“additional_data_center_regions”: [
“TY”,
“TY”
],
“allow_multiple_devices”: true,
“alternative_hosts”: “jchill@example.com;thill@example.com”,
“alternative_hosts_email_notification”: true,
“approval_type”: 2,
“approved_or_denied_countries_or_regions”: {
“approved_list”: [
“CX”,
“CX”
],
“denied_list”: [
“CA”,
“CA”
],
“enable”: true,
“method”: “approve”
},
“audio”: “telephony”,
“authentication_domains”: “example.com”,
“authentication_exception”: [
{
“email”: “jchill@example.com”,
“name”: “Jill Chill”
},
{
“email”: “jchill@example.com”,
“name”: “Jill Chill”
}
],
“authentication_option”: “signIn_D8cJuqWVQ623CI4Q8yQK0Q”,
“auto_recording”: “cloud”,
“breakout_room”: {
“enable”: true,
“rooms”: [
{
“name”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
},
“participants”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
}
},
{
“name”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
},
“participants”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
}
}
]
},
“calendar_type”: 1,
“close_registration”: false,
“cn_meeting”: false,
“contact_email”: “jchill@example.com”,
“contact_name”: “Jill Chill”,
“email_notification”: true,
“encryption_type”: “enhanced_encryption”,
“focus_mode”: true,
“global_dial_in_countries”: [
“US”,
“US”
],
“host_video”: true,
“in_meeting”: false,
“jbh_time”: 0,
“join_before_host”: false,
“language_interpretation”: {
“enable”: true,
“interpreters”: [
{
“email”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
},
“languages”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
}
},
{
“email”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
},
“languages”: {
“value”: “<Error: Too many levels of nesting to fake this schema>”
}
}
]
},
“meeting_authentication”: true,
“meeting_invitees”: [
{
“email”: “jchill@example.com
},
{
“email”: “jchill@example.com
}
],
“mute_upon_entry”: false,
“participant_video”: false,
“private_meeting”: false,
“registrants_confirmation_email”: true,
“registrants_email_notification”: true,
“registration_type”: 1,
“show_share_button”: true,
“use_pmi”: false,
“waiting_room”: false,
“watermark”: false
},
“start_time”: “2022-03-25T07:32:55Z”,
“template_id”: “Dv4YdINdTk+Z5RToadh5ug==”,
“timezone”: “America/Los_Angeles”,
“topic”: “My Meeting”,
“tracking_fields”: [
{
“field”: “field1”,
“value”: “value1”
},
{
“field”: “field1”,
“value”: “value1”
}
],
“type”: 2
}

Hi @eslam.webdesigner ,

Yes you have to edit the JSON template with respect to your meeting details and submit a valid request. For example, you’re submitting the template example email “jchill@example.com” among other things. It will not work without customizing.

place you can write me the example template

Hi @eslam.webdesigner ,

Yes please check out our workspace :slight_smile: Postman

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