---
title: "List contact properties"
method: GET
path: "/v1/contacts/properties"
tags: ["Contact properties"]
---

# List contact properties

`GET /v1/contacts/properties`

Retrieve a list of your account's contact properties.<br>Use the `list` parameter to query "all" or "custom" properties.

## Query parameters

- `list` string

## Response `200`

Successful.

- ContactProperty[]
  - `key` string, required — The key of the contact property.
  - `label` string, required — The human-friendly label for this property.
  - `type` 'string' | 'number' | 'boolean' | 'date', required — The type of property.

## Other responses

- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/9cc087257f0d/schema)
