Citrixonline Gotomeeting
Connector for the citrixonline-gotomeeting API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.citrixonline.com/G2M/rest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_groups— GET /groups — Get groupsget_groups_groupkey_attendees— GET /groups/{groupKey}/attendees — Get attendees by groupget_groups_groupkey_historicalmeetings— GET /groups/{groupKey}/historicalMeetings — Get historical meetings by groupget_groups_groupkey_organizers— GET /groups/{groupKey}/organizers — Get organizers by groupget_groups_groupkey_upcomingmeetings— GET /groups/{groupKey}/upcomingMeetings — Get upcoming meetings by groupget_historicalmeetings— GET /historicalMeetings — Get historical meetings
Inputs
apiKey— your citrixonline-gotomeeting API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_groups
apiKey: <your key>