---
title: "Create contact property"
method: POST
path: "/v1/contacts/properties"
tags: ["contacts"]
---

# Create contact property

`POST /v1/contacts/properties`

## Request body

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

## Response `default`

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/f9da74f558da/schema)
