retrieve_api_key function

Retrieve API Key on behalf of users

Retrieve API Key on behalf of users

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" )

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

Returns

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.

  • Maintainer: John Malc
  • License: Apache License 2.0
  • Last published: 2020-04-11