Retrieve API key
documentedObtain an API key for a user via the login endpoint (integration scenarios).
POST /login.{format}Loginno implementation yet0 runsNo 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}}"