Articles
LIST
List Contact Custom Fields
Returns a list of all contact custom fields defined in your account. Custom field IDs returned here are used to set or retrieve custom field values on contacts via the Contact List Contact endpo...
GET
Get Contact Custom Field
Returns information about a specific contact custom field.
Endpoint
GET
v5/contactcustomfield/{field_id}
Requires authentication
Path Pa...
CREATE
Create Contact Custom Field
Creates a new contact custom field in your account. Custom fields can then be set on contacts using the Contact List Contact endpoints.
Endpoint
PUT
v5/contactc...
UPDATE
Update Contact Custom Field
Updates a specified contact custom field. The name parameter is required; type is optional and defaults to Text if not provided.
Endpoint
POST
v5/contactcus...
DELETE
Delete Contact Custom Field
Deletes a specified contact custom field from your account. This action is permanent and cannot be undone. Any values stored against this field on existing contacts will also be removed.
...