v1
latestOpenAPI 3.1.02026-07-23138880.6 KBUnified people endpoint
Find, match, and enrich people. Provide a people list (list mode) or a filter (search mode) and compose the response with select.
On v7 and earlier this endpoint is synchronous: one call returns the people.
On v8 and later it is asynchronous in both modes. Send a people or filter body to start a background job — the response returns a request_id and status: "pending", and no credits are charged yet (the request is validated and your balance pre-checked, so you still get a 400/402 up front). Then send { "request_id": "..." } to the same endpoint to poll: you get status pending/running until it finishes, then succeeded (with the full people/total result) or failed. Credits are charged once, on the first succeeded poll; repeat polls report credits_used: 0. The async response adds request_id and status fields.
Request body
Response
Successful Response