List web forms
documentedRetrieve a paginated list of tracking web forms.
GET /api/v1/tracking/formsTrackingno 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://app.whatconverts.com/api/v1/tracking/forms?forms_per_page={{forms_per_page}}&page_number={{page_number}}&account_id={{account_id}}&profile_id={{profile_id}}" \
-X GET \
-u "{{WHATCONVERTS_API_KEY}}:{{WHATCONVERTS_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"