Path parameters
Response
Retrieve the contact book
Example response
{
"id": "clx1234567890",
"name": "Newsletter Subscribers",
"teamId": 1,
"properties": {
"customField1": "value1"
},
"variables": [
"registrationCode",
"company"
],
"emoji": "📙",
"doubleOptInEnabled": true,
"doubleOptInFrom": "Newsletter <hello@example.com>",
"doubleOptInSubject": "Please confirm your subscription"
}Changes
Changed in 4 of the 27 revisions of this API.17
- ○
the response property
_count/contactsbecame required for the status200response-property-became-required
- ○
added the required property
variablesto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
doubleOptInContentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
doubleOptInEnabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
doubleOptInFromto the response with the200statusresponse-optional-property-added
- ○
added the optional property
doubleOptInSubjectto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲