v1
latestOpenAPI 3.0.02026-07-1733092.8 KBget/v1/contactBooks/{contactBookId}
Path parameters
contactBookIdstring required
Example:clx1234567890
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"
}