---
title: "Get Contact Properties"
method: GET
path: "/api/v3/crm/{integration_id}/contacts/properties"
tags: ["CRM Contacts"]
---

# Get Contact Properties

`GET /api/v3/crm/{integration_id}/contacts/properties`

Get all available contact properties in the CRM.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Response `200`

Successful Response

- PropertyInfo[]
  - `name` string, required
  - `label` string, required
  - `type` string, required
  - `fieldType` string, required
  - `description` string, nullable
  - `groupName` string, nullable

## Other responses

- `422` — Validation Error

---

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