POST
/contact-properties
Create Contact Property
Compatibility endpoint to create contact property data.
Compatibility endpoint to create contact property data.
curl -X POST "http://localhost:8080/v1/contact-properties" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"key": "preferred_language",
"name": "Preferred Language",
"type": "string"
}'
{
"id": "id_123"
}
{
"key": "preferred_language",
"name": "Preferred Language",
"type": "string"
}