POST request with search in the path, containing the URL encoded search terms, and IntegrationSessionData as the body.
The response needs to be in this shape:
uniqueId is a unique identifier for the contact.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST request with search in the path, containing the URL encoded search terms, and IntegrationSessionData as the body.
The response needs to be in this shape:
{
data: {
uniqueId: string;
email: string;
firstName?: string;
lastName?: string;
isBusiness?: boolean;
phone?: string;
companyName?: string;
metadata?: Record<string, unknown>;
}[]
}
uniqueId is a unique identifier for the contact.