CustomFields > Option
Reads a single Option
Reads a single Option
get/api/2026-07-01/resources/custom_fields/options/{id}
Path parameters
idstring required
Options identifiers
Response
OK
Example response
{
"id": "1",
"label": "T-shirt size",
"value": "L",
"is_active": true,
"field_id": "2"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.