Skip to content

Create property group

Request

Create a new property group for organizing contact properties.

Security
ApiKeyAuth
Bodyapplication/jsonrequired
namestringrequired
Example:"Sales Information"
descriptionstring
display_orderinteger
curl -i -X POST \
  https://api.mailerlogic.net/api/v1/contacts/property-groups \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "name": "Sales Information",
    "description": "string",
    "display_order": 0
  }'

Responses

Property group created successfully

Response
No content