Sign in

List contacts

documented

List contacts (ticket requesters).

GET /api/1.1/json/users/Contactsno implementation yet0 runs
No 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://{{$account_name}}.happyfox.com/api/1.1/json/users/?size={{$limit}}&page={{$page}}" \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List contacts · happyfox · OpenIntegrations