Find contact by email
documentedFind a contact by email address.
POST /customers/find.jsonContactsno 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://simplero.com/api/v1/customers/find.json" \
-X POST \
-u "{{SIMPLERO_API_KEY}}:" \
-H "User-Agent: Keychains (dev@example.test)" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"email": "{{$email}}"}'