Skip to main content

Create Custom Field Value

POST 

/api/custom-field-values

Creates a new custom field value, attaching a custom field to a specific record. The link_type is automatically inferred from the custom field definition.

Authentication: Requires Bearer token.

Fields:

  • custom_field_id (required, integer, exists:custom_fields,id) — ID of the custom field definition
  • link_id (required, integer) — ID of the record to attach the value to
  • value (required) — The value to store

Request

Responses

Successful response