Get contact by email
documentedRetrieve a contact by email address.
GET /api/1.1/json/user/{email_address}/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://{{ACCOUNT_DOMAIN}}/api/1.1/json/user/{{$email_address}}/" \
-X GET \
-H "Authorization: Basic {{HAPPYFOX_API_KEY}}:{{HAPPYFOX_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"