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.
retrieve_api_key(
integrationKey = NULL,
email = NULL,
password = NULL,
apiKey = auth_key(NULL),
subdomain = NULL,
showRequestURL = FALSE,
debugConnection = 0L,
domain = "wufoo.com"
)
- Required. This is your Login integration key. Apply at https://master.wufoo.com/forms/integration-key-application/
- Required. The user's email, which acts as the identifier for their account.
- Required. The user's password
- uses the passed api key of the user
- Optional. The user's subdomain. Is required if the email belongs to a sub-user or the email address is used on multiple accounts.
- use only for DEBUG purposes
- samilar as above. Either "0L" (false; default) or "1L"
- for whatever reason domain's ccTLD may change. With this parameter you can change
default wufoo.com
to another one such as wufoo.eu