Create a new typed property definition with validation and metadata.
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/v1/contacts/property-definitions
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/contacts/property-definitions
curl -i -X POST \
https://api.mailerlogic.net/api/v1/contacts/property-definitions \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"property_key": "lead_score",
"label": "Lead Score",
"property_type": "text",
"options": [
"string"
]
}'