{ "opencollection": "1.0.0", "info": { "name": "AppConnect V3 Account Services Contacts Custom Fields API", "version": "3.0.149" }, "items": [ { "info": { "name": "Contacts Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "GET a custom_field", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field." } ] }, "docs": "Get details for a specified custom field." }, { "info": { "name": "Update a custom field.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field to update." } ] }, "docs": "Update an existing custom field." }, { "info": { "name": "DELETE a custom_field", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/contact_custom_fields/:custom_field_id", "params": [ { "name": "custom_field_id", "value": "", "type": "path", "description": "The ID that uniquely identifies the custom field to delete." } ] }, "docs": "Delete a custom field from the user's account." }, { "info": { "name": "GET custom_fields Collection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/contact_custom_fields", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Specifies the number of results displayed per page of output, from 1 - 100, default = 50." } ] }, "docs": "Get all custom fields defined in the user's account.\n

This method does not currently support filtering results using the custom field update date.

" }, { "info": { "name": "POST (create) a custom_field", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/contact_custom_fields" }, "docs": "Custom fields are extra data fields you create to store additional information about your contacts, such as preferences, membership levels, and interests. Use custom fields to organize contacts, send personalized email campaigns, and to identify a targeted audience for a specific campaign. Custom fields types include text, number, date, drop-down lists, radio buttons, and checkboxes. A user can configure up to 100 `custom_fields` in their account." } ] } ], "bundled": true }