Custom Fields

Additional fields for Contacts

Endpoints within this category provide the functionality to handle custom and additional fields to individual contact data.

EndpointTypeDescriptionStatus
Read Custom FieldsGETThis endpoint provides a JSON of all the custom fields within the system against all contacts.Live
Add Custom FieldPOSTDeveloper can add custom fields to the individual contact's data.Live
Browse Custom Fields by IDGETThis endpoint is used to browse custom fields details based on the id.Live
Set Custom Field Value by IDPATCHThis is used to update any available custom field value set against a contact.Live
Edit Custom FieldPATCHBased on key value pair, this endpoint is used to edit the custom field as a whole.Live
Delete Custom Field by IDDELETEDeveloper can delete the custom fields.Live