v1
latestOpenAPI 3.0.02026-07-223589127.1 KBPeople Search
Search people
Async people discovery. Returns operationId; poll GET /api/operations/:id.
post/api/v1/people/search
Headers
Idempotency-Keystring
Optional. Reusing the same key for the same organization returns the existing queued operation.
Request body
Example request
{
"query": "VP Engineering at hiring B2B SaaS companies in SF",
"contactFields": [
"email"
],
"maxCredits": 2500
}Response
People search accepted. Poll the returned URL for results.