/redeem/people/contact/lookup 的批量版本。单次请求最多可提交至您订阅计划的批量上限。peoples 中每个条目接受与单条查询请求体相同的标识符。每次可计费匹配消耗 1 个积分——重复输入与未匹配的条目不计费。
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.
查询规格数组。每个条目接受与单条查询请求体相同的标识符(email、phone,或在启用相似度搜索时使用 first_name + last_name + domain/company)。受订阅计划的批量上限约束。
[
{ "email": "[email protected]" },
{
"first_name": "John",
"last_name": "Smith",
"domain": "example.com"
}
]设为 true 时,若未找到精确匹配的邮箱/电话,将回退到基于姓名的相似度匹配。需要提供 first_name、last_name 以及 domain 或 company。
true
可选。发起请求的团队标识符。由于 API 密钥已包含您的工作区信息,此参数不再是必填项。如果提供,该 ID 有助于将查找与特定团队(工作区)关联,实现数据检索和额度追踪。
更多信息请参见团队标签下的 user details 端点。
成功响应,包含匹配到的人员及每条记录的匹配元数据。
响应信息取决于具体接口。