List Wisepops
documentedRetrieve Wisepops (popup campaigns) with display and conversion metrics.
GET /api2/wisepopsWisepopsno 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.wisepops.com/api2/wisepops" \
-X GET \
-H 'Authorization: WISEPOPS-API key="{{WISEPOPS_API_KEY}}"' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'