Skip to content

Data Fields

Endpoints for managing custom data fields associated with subscribers. These operations are used to define, retrieve, and map structured subscriber data for personalization and integration purposes.

List Data Fields

Request

Lists the IDs and names of all data fields.

Notice: data field IDs in this endpoint are prefixed with field.

GET
/field
curl -i -X GET \
  https://api.klicktipp.com/field

Responses

Success Response.

Bodyapplication/json
property name*stringadditional property
Response
{ "fieldFirstName": "First name", "fieldLastName": "Last name", "fieldCompanyName": "Company", "fieldStreet1": "Street 1", "fieldStreet2": "Street 2", "fieldCity": "City", "fieldState": "State", "fieldZip": "Zip", "fieldCountry": "Country", "fieldPrivatePhone": "Phone (private)", "fieldMobilePhone": "Phone (mobile)", "fieldPhone": "Phone", "fieldFax": "Fax", "fieldWebsite": "Website", "fieldBirthday": "Birthday", "fieldLeadValue": "Lead value", "field12345": "Custom Field Name" }