# GET /invite-by-email
res <- httr::GET(
url = paste0(url_, "/invite-by-email"),
httr::authenticate(
user = secret_key,
password = ""
),
query = list(
app_uid = app_uid,
email = test_email
)
)
dat <- jsonlite::fromJSON(
httr::content(res, "text", encoding = "UTF-8")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.