---
title: "Get custom field"
method: GET
path: "/custom-fields/{customField}"
tags: ["Custom Fields"]
---

# Get custom field

`GET /custom-fields/{customField}`

REQUIRED SCOPES <code>['custom-fields:read']</code><br>This API request retrieves information for a single specific custom field. Getting one specific custom field will require you to input unique id of the custom field. <br><br>As a result, you view the name of the field and all its unique properties.

## Path parameters

- `customField` integer, required

## Response `200`

OK

- CustomFieldResource — Class CustomFieldResource
  - `id` integer
  - `organization_id` integer
  - `key` string
  - `name` string
  - `type` string
  - `visible` integer

---

[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)
