get
https://api.marketcircle.net/v1/contacts
List all contacts
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Contacts are a core object in Daylite, the life blood of any business. Contacts are connected to all of the activities and objectives.
When you get the list of all contacts, you will get an array with an object for each contact. Each object contains a contact URL reference and the primary name components for the contact.
The name components can be composed in which ever way is appropriate for the API client.
Attributes
| Attribute | Type | Description |
|---|---|---|
self | reference | URL of the Contact. |
first_name | string | First name of the contact. Only present if the contact has a first_name. |
middle_name | string | Middle name(s) of the contact. Only present if the contact has middle_name(s). |
last_name | string | Last name of the contact. Only present if the contact has a last_name. |