Sign in

Get contact by email

documented

Retrieve a contact by email address.

GET /api/1.1/json/user/{email_address}/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_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"
Get contact by email · happyfox · OpenIntegrations