People 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.