Contacts (People)

Get contact custom fields

Returns a list of custom fields for a contact.

get/contacts/{id}/customfields

Path parameters

idstring required

Contact ID

Response

Custom Fields

idstring

The API ID of this entity, formatted {integer}-{entityType}

Example response

[
  {
    "id": "3-contacts"
  }
]

Changes