Custom Fields
Additional fields for Contacts
Endpoints within this category provide the functionality to handle custom and additional fields to individual contact data.
Endpoint | Type | Description | Status |
---|---|---|---|
Read Custom Fields | GET | This endpoint provides a JSON of all the custom fields within the system against all contacts. | Live |
Add Custom Field | POST | Developer can add custom fields to the individual contact's data. | Live |
Browse Custom Fields by ID | GET | This endpoint is used to browse custom fields details based on the id. | Live |
Set Custom Field Value by ID | PATCH | This is used to update any available custom field value set against a contact. | Live |
Edit Custom Field | PATCH | Based on key value pair, this endpoint is used to edit the custom field as a whole. | Live |
Delete Custom Field by ID | DELETE | Developer can delete the custom fields. | Live |
Updated almost 2 years ago