---
title: "Create a contact property"
method: POST
path: "/v3/contact_properties"
tags: ["contact_properties"]
---

# Create a contact property

`POST /v3/contact_properties`

## Request body

- Model84
  - `type` 'NUMBER' | 'DOUBLE' | 'EMAIL' | 'SINGLE_LINE_TEXT' | 'MULTI_LINE_TEXT' | 'DATE' | 'URL' | 'DROPDOWN' | 'STRING' | 'MULTI_SELECT' | 'UNIQUE', required
  - `label` string, required
  - `description` string
  - `contact_property_group_id` number

## Response `200`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/25b2eba467de/schema)
