| zoom_api_request | R Documentation | 
This is based on the function of the same name in the qualtRics package.
zoom_api_request(
  verb = c("GET", "POST"),
  url = url,
  body = NULL,
  as = c("parsed", "raw"),
  token,
  query_params = query_params,
  ...
)
verb | 
 Type of request to be sent (@seealso [httr::VERB()])  | 
url | 
 Zoom endpoint URL created by [generate_url()] functions  | 
... | 
 arguments passed to httr::content when parsing  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.