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 creating a custom field
The title of the custom field
"Favorite Color"
The type of response this custom field accepts (dropdown_single_select, dropdown_multi_select, text_short, text_long)
"dropdown_single_select"
Privacy level of the custom field (public, private, admin)
"public"
Who can respond to this custom field (hosts_only, individual_member)
"individual_member"
Description of the custom field
"Select your favorite color"
Placeholder text for the custom field input
"Enter your answer here"
Whether members can add their own options (for dropdown types)
Maximum number of selections allowed (for dropdown_multi_select, between 2 and 40)
5
Array of option texts for dropdown types
Response
The created 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"