v1

OpenAPI 3.0.02026-08-04109109370.6 KB
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"
  }
]