Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Body
Submit results as JSON
Request body for updating a custom field
The title of the custom field
"Favorite Color"
Description of the custom field
"Select your favorite color"
Placeholder text for the custom field input
"Enter your answer here"
Status of the custom field (visible, hidden, billing_disabled)
"visible"
Whether to notify all members when making the custom field visible
Whether this is the primary custom field
Response
The updated custom field object
Custom Fields are configurable fields that can be added to capture additional member information
The record's integer ID
"1234"
The date and time the record was created
"2025-11-07T23:17:21+00:00"
The date and time the record was last modified
"2025-11-07T23:17:21+00:00"
The title of the custom field
"Favorite Color"
The type of response this custom field accepts
"dropdown_single_select"