---
title: "Create Custom Field Options V1"
method: POST
path: "/v1/custom_field_options"
tags: ["Custom Field Options V1"]
---

# Create Custom Field Options V1

`POST /v1/custom_field_options`

Create a custom field option. If the sort key is not supplied, it'll default to 1000, so the option appears near the end of the list.

## Request body

- CustomFieldOptionsV1CreateRequestBody
  - `custom_field_id` string, required — ID of the custom field this option belongs to
  - `sort_key` integer — Sort key used to order the custom field options correctly
  - `value` string, required — Human readable name for the custom field option

## Response `201`

Created response.

- CustomFieldOptionsV1CreateResponseBody
  - `custom_field_option` CustomFieldOptionV1, required
    - `custom_field_id` string, required — ID of the custom field this option belongs to
    - `id` string, required — Unique identifier for the custom field option
    - `sort_key` integer, required — Sort key used to order the custom field options correctly
    - `value` string, required — Human readable name for the custom field option

---

[API](https://skmtc.net/incident/apis/incident-io.md) · [All operations](https://skmtc.net/incident/apis/incident-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incident/incident-io/revisions/602fc25ddd76/schema)
