List leads
documentedRetrieve a list of all leads for a given page (including AMP, pop-up, or sticky-bar).
GET /pages/{page_id}/leadsPagesno 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://api.unbounce.com/pages/{{$page_id}}/leads?limit={{$limit}}&sort_order={{$sort_order}}&from={{$from}}&to={{$to}}&offset={{$offset}}" \
-u "{{UNBOUNCE_API_KEY}}:" \
-H "Accept: application/vnd.unbounce.api.v0.4+json" \
-X GET