Custom Field Options V1

Show Custom Field Options V1

Get a single custom field option

get/v1/custom_field_options/{id}

Path parameters

idstring required

Unique identifier for the custom field option

Response

OK response.

Example response

{
  "custom_field_option": {
    "custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "sort_key": 10,
    "value": "Product"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.