---
title: "Get contact properties"
method: GET
path: "/contact-properties"
tags: ["Contacts"]
---

# Get contact properties

`GET /contact-properties`

The contacts have their properties.
In Tidio there are some default properties like `name`, `email`, `phone` etc. and any other properties [that can be defined](https://tidio.com/panel/settings/contact-properties).

Each property has a specific type, such as `text`, `email`, `number`, `phone`, or `url`.
With this method, you can retrieve the complete list of the properties defined in the Tidio panel.

## Query parameters

- `cursor` string

## Response `200`

List of all contact property definitions

## Other responses

- `400` — Invalid cursor

---

[API](https://skmtc.net/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.net/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/versions/60b2d5edc91f/schema)
