List customers
documentedRetrieve a list of customers.
GET /api/v3/customerCustomersno 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://{{$base_url}}/api/v3/customer?where={{$query}}&limit={{$limit}}&page={{$page}}" \
-u "{{$CHARGEOVER_API_KEY}}:{{$CHARGEOVER_SECRET}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"