v4
latestOpenAPI 3.1.02026-07-3163216290.7 KBContacts
Find a contact
Search for a contact by email or userId. Only one parameter is allowed.
get/v1/contacts/find
Query parameters
emailstring
Email address (URI-encoded)
userIdstring
Response
List of contacts (or an empty array if no contact was found). Contact objects will include any custom properties.
Example response
[
{
"id": "clh3k9m2p4q6r8s0t2v4x6z8",
"email": "alex@company.com",
"firstName": "Alex",
"lastName": "Rivera",
"source": "API",
"subscribed": true,
"userGroup": "customers",
"userId": "usr_7f8e9d0c1b2a",
"mailingLists": {
"clm2k8j4h6g0f8d6s4a2b0z8": true
},
"optInStatus": "accepted"
}
]