Sign in

Retrieve API key

documented

Obtain an API key for a user via the login endpoint (integration scenarios).

POST /login.{format}Loginno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://wufoo.com/api/v3/login.{{$format}}" \
  -X POST \
  -u "{{WUFOO_API_KEY}}:{{WUFOO_SECRET}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "integrationKey={{$integrationKey}}&email={{$email}}&password={{$password}}&subdomain={{$subdomain}}"
Retrieve API key · Wufoo · OpenIntegrations