Lists the IDs and names of all data fields.
Notice: data field IDs in this endpoint are prefixed with field.
GET
curl -i -X GET \
https://api.klicktipp.com/fieldResponse
{ "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" }