查找电子邮件地址或电话号码 高可靠API.
要使用SignalHire API,首先你需要在 网站,并在这里创建一个API密钥 http://zatwq.chrisandsandy.net/integrations.
API密钥应保密,避免与他人共享. 共享SignalHire API密钥将允许其他人使用您的付费API调用SignalHire API credits.
剩余的总积分可以在HTTP响应头中找到 X-Credits-Left. 或者使用特殊的 API method.
SignalHire API还返回以下HTTP状态码 指示请求的成功或失败.
回调url是由客户端应用程序提供的url Developer.
API endpoint - POST http://zatwq.chrisandsandy.net/api/v1/candidate/search
Parameter | Place | Type | Description | Example |
---|---|---|---|---|
apikey | Request header | String, required | 的秘密API密钥 验证请求 | apikey: testapikey |
items | Request body | Json字符串,必需 | LinkedIn的url数组,电子邮件或 phones | “项目”:[" http://www.linkedin.com/in/url1", "test@email.Com ", "+44 0 808 189 3171"] |
callbackUrl | Request body | String, required | 回调url在您的域名将 一旦搜索请求被处理,SignalHire就会POST请求. | "callbackUrl": "http://www.yourdomain.com/yourUrl" |
请求和响应示例
它应该像这样响应: {"requestId":1} and status code 201.
请求和响应示例
如果回调url返回,则认为数据发布成功 200 HTTP response. 如果回调url在初始报告期间没有响应,或者无法响应 连接成功,将重试3次. 如果在重试过程中回调url返回200失败,则返回 是否会被视为失败并被丢弃以进行进一步尝试.
Status "success" indicates that 收集个人数据并准备返回. Status "failed" 指示服务器找不到关于候选的任何内容, 例如,因为给定LinkedIn的url是 not valid. 如果使用了所有联系人积分,返回的状态将是 “credits_are_over” 所有候选人.
API endpoint - GET http://zatwq.chrisandsandy.net/api/v1/credits
Request parameters
Parameter | Place | Type | Description | Example |
---|---|---|---|---|
apikey | Request header | String, required | 的秘密API密钥 验证请求 | apikey: testapikey |
请求和响应示例
它应该像这样响应: {"credits":27} and status code 201.
通过使用SignalHire API,您同意我们的 Terms of Use, Privacy Policy, and GDPR Compliance