retrieve_api_key: Retrieve API Key on behalf of users

Description Usage Arguments Value Note

View source: R/API.R

Description

This request allows approved partners to access users API Keys. This is useful for custom integrations that need to make API requests on behalf of Wufoo users. For example, Zapier uses this method to set up new integrations, without requiring users to use or even know their own API Key.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
retrieve_api_key(
  integrationKey = NULL,
  email = NULL,
  password = NULL,
  apiKey = auth_key(NULL),
  subdomain = NULL,
  showRequestURL = FALSE,
  debugConnection = 0L,
  domain = "wufoo.com"
)

Arguments

integrationKey

- Required. This is your Login integration key. Apply at https://master.wufoo.com/forms/integration-key-application/

email

- Required. The user's email, which acts as the identifier for their account.

password

- Required. The user's password

apiKey

- uses the passed api key of the user

subdomain

- Optional. The user's subdomain. Is required if the email belongs to a sub-user or the email address is used on multiple accounts.

showRequestURL

- use only for DEBUG purposes

debugConnection

- samilar as above. Either "0L" (false; default) or "1L"

domain

- for whatever reason domain's ccTLD may change. With this parameter you can change default wufoo.com to another one such as wufoo.eu

Value

https://wufoo.github.io/docs/#retrieve-api-key

Note

This method has not been tested. Please report bugs in GitHub Issues

This method will not work unless you are one of Wufoo's exclusive partners.


dmpe/wufoor documentation built on April 17, 2020, 2:12 a.m.