POST /people/enrich.
Request
Send this body toPOST /people/enrich. See the Quickstart for authentication and SDK setup.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Find a person from a work email, with optional company context.
POST /people/enrich.
POST /people/enrich. See the Quickstart for authentication and SDK setup.
{
"email": "[email protected]",
"company": {
"domain": "example.com"
}
}
Was this page helpful?