MailMoo
EndpointsProspecting

Search for new prospects

Searches for new leads who are not yet in the workspace. Returns an approximate match count plus a small sample so you can check the audience before importing it. Free, and returns no contact details. Use campaigns.leads.search instead to search people already in the workspace. Import with leadFinder.addProspectsToCampaign, which is the step that spends credits.

POST/leadFinder.searchProspects

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/leadFinder.searchProspects" \  -H "Content-Type: application/json" \  -d '{}'
{  "interpretation": "string",  "appliedFilters": {    "property1": null,    "property2": null  },  "matchCount": 0,  "sample": [    {      "fullName": "string",      "jobTitle": "string",      "companyName": "string",      "location": "string",      "industry": "string",      "companySize": "string",      "seniority": "string"    }  ]}