List contacts
documentedRetrieve a list of contacts.
GET /api/v3/userUsers / Contactsno 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://{{$site}}.chargeover.com/api/v3/user" \\\n -X GET \\\n -u {{CHARGEOVER_API_KEY}}:{{CHARGEOVER_SECRET}} \\\n -H "Accept: application/json" \\\n -H "Content-Type: application/json"