Find contacts based on custom property values.
Operators: =, exists, contains
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/v1/contacts/search-by-property
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/contacts/search-by-property
curl -i -X POST \
https://api.mailerlogic.net/api/v1/contacts/search-by-property \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"key": "industry",
"value": "SaaS",
"operator": "="
}'