cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid access token in api users/me/meetings

gorankj
Newcomer
Newcomer
getting 401 unauthorized. I am sending below info to https://api.zoom.us/v2/users/me/meetings 
 
 
{
"method": "POST",
"body": {
"agenda": "This is Meeting",
"default_password": false,
"duration": 60,
"password": "123456",
"pre_schedule": false,
"recurrence": {
"end_date_time": "2024-04-18T20:35:00Z",
"end_times": 7,
"monthly_day": 1,
"monthly_week": 1,
"monthly_week_day": 1,
"repeat_interval": 1,
"type": 1,
"weekly_days": "1"
},
"schedule_for": "***********",
"settings": {
"additional_data_center_regions": [],
"allow_multiple_devices": true,
"alternative_hosts": "",
"alternative_hosts_email_notification": true,
"approval_type": 2,
"audio": "telephony",
"audio_conference_info": "test",
"authentication_domains": "http://localhost/",
"authentication_exception": [
{
"email": "***********",
"name": "Vaibhav Ga"
}
],
"authentication_option": "sdkKey_xxxx",
"auto_recording": "cloud",
"breakout_room": {
"enable": true,
"rooms": [
{
"name": "room1",
"participants": ["***********"]
}
]
},
"calendar_type": 1,
"close_registration": false,
"contact_email": "***********",
"contact_name": "Jill Chill",
"email_notification": true,
"encryption_type": "enhanced_encryption",
"focus_mode": true,
"global_dial_in_countries": ["US"],
"host_video": true,
"jbh_time": 0,
"join_before_host": false,
"language_interpretation": {
"enable": false
},
"sign_language_interpretation": {
"enable": false
},
"meeting_authentication": false,
"meeting_invitees": [
{
"email": "***********"
}
],
"mute_upon_entry": true,
"participant_video": false,
"private_meeting": false,
"registrants_confirmation_email": false,
"registrants_email_notification": false,
"registration_type": 1,
"show_share_button": true,
"use_pmi": true,
"waiting_room": false,
"watermark": false,
"host_save_video_order": true,
"alternative_host_update_polls": true,
"internal_meeting": false,
"continuous_meeting_chat": {
"enable": true,
"auto_add_invited_external_users": true
},
"participant_focused_meeting": false,
"push_change_to_calendar": false,
"auto_start_meeting_summary": false,
"auto_start_ai_companion_questions": false
},
"start_time": "2024-04-18T19:35:55Z",

"timezone": "Asia/Kolkata",
"topic": "My Meeting",

"type": 1
},
"signature": "xxxx",
"auth": {
"bearer": "xxxx"
},
"headers": {
"User-Agent": "Zoom-api-Jwt-Request",
"content-type": "application/json"
},
"json": true
}
0 REPLIES 0