Skip to main content
POST
Update a contact custom field
Update a contact custom field. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
integer
required
label
string
contact_type
string
validation
string
contact_group_ids
integer[]

Response

Custom field updated.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.