---
title: "Retrieve custom field"
method: GET
path: "/custom_fields/{id}"
tags: ["Custom Fields"]
---

# Retrieve custom field

`GET /custom_fields/{id}`

Retrieve the details of a custom field.

## Path parameters

- `id` string, required

## Response `200`

200

- CustomFieldDetails
  - `key` string, required — The key of the custom field.
  - `name` string, required — The name of the custom field.
  - `type` 'select' | 'text', required — The type of the custom field.
  - `object_types` string[], required — The types of object this custom field can be applied to.
  - `values` CustomFieldValuesCreation[], required — List of values the custom field can take. Only applicable to custom fields with `select` type.
    - `key` string, required — The key of the value. Must be unique in the custom field and `snake_case`.
    - `name` string, required — The name of the value.
  - `created_at` string, date-time, required — The UTC timestamp of the creation of the custom field.

## Other responses

- `404` — The specified resource was not found.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
