---
title: "Get contact's custom fields"
method: GET
path: "/contacts/custom-fields/{contact}"
tags: ["Contacts"]
---

# Get contact's custom fields

`GET /contacts/custom-fields/{contact}`

REQUIRED SCOPES <code>['contacts:read']</code><br> This request fetches properties of all the fields of a particular contact matching the required id, including custom fields. The endpoint offers the mechanism of creating and adding any custom field, such as city, to the system.<br><br> Each contact has four fields by defaut:<ul><li>First name</li><li>Last name</li><li>Email</li><li>Phone number</li></ul>

## Path parameters

- `contact` integer, required

## Response `200`

OK

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `field_key` string
    - `visiable` integer
    - `type` string
    - `value` object
      - `type` string
      - `value` string

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
