Batch version of /redeem/people/contact/lookup. Submit up to your subscription’s bulk size limit in a single request. Each entry in peoples accepts the same identifiers as the single-lookup body. Charges 1 credit per billable match — duplicate inputs and unmatched entries are not charged.
Documentation Index
Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
Use this file to discover all available pages before exploring further.
Array of lookup specs. Each entry accepts the same identifiers as the single-lookup body (email, phone, or first_name + last_name + domain/company when similarity search is enabled). Capped by your subscription's bulk size limit.
[
{ "email": "[email protected]" },
{
"first_name": "John",
"last_name": "Smith",
"domain": "example.com"
}
]When true, falls back to a name-based similarity match if no exact email/phone hit is found. Requires first_name, last_name, and either domain or company.
true
Optional. An identifier for the user profile (workspace) making the request. This is no longer required as the API key already includes your workspace information. If provided, it helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details endpoints under the Profile tab for more information.
Successful response containing matched people and per-record match metadata.
Response info depends on specific endpoint.