Sign in

Create meeting

documented

Schedule a new meeting.

POST /meetingsMeetingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.getgo.com/G2M/rest/meetings" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"subject": "{{$title}}", "starttime_unix_format": {{$start_time_unix}}, "endtime_unix_format": {{$end_time_unix}}, "passwordrequired": {{$password_required}}, "conferencecallinfo": "{{$conference_call_info}}", "timezonekey": "{{$timezone_key}}", "meetingtype": "{{$type}}"}'