Get Premium Contacts
curl --request POST \
--url https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '[
"<string>"
]'import requests
url = "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts"
payload = ["<string>"]
headers = {
"Api-Key": "<api-key>",
"Content-Type": "application/json-patch+json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Api-Key': '<api-key>', 'Content-Type': 'application/json-patch+json'},
body: JSON.stringify(['<string>'])
};
fetch('https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'<string>'
]),
CURLOPT_HTTPHEADER => [
"Api-Key: <api-key>",
"Content-Type: application/json-patch+json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts"
payload := strings.NewReader("[\n \"<string>\"\n]")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Api-Key", "<api-key>")
req.Header.Add("Content-Type", "application/json-patch+json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts")
.header("Api-Key", "<api-key>")
.header("Content-Type", "application/json-patch+json")
.body("[\n \"<string>\"\n]")
.asString();require 'uri'
require 'net/http'
url = URI("https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Api-Key"] = '<api-key>'
request["Content-Type"] = 'application/json-patch+json'
request.body = "[\n \"<string>\"\n]"
response = http.request(request)
puts response.read_body{
"results": [
{
"request": {
"jobId": "<string>",
"userId": "<string>",
"recruiterId": "<string>",
"recruiterEmail": "<string>",
"callerId": "<string>",
"guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"callbackKey": "<string>",
"key": "<string>",
"url": "<string>",
"linkedin_url": "<string>",
"npi_number": "<string>",
"emails": [
"<string>"
],
"li_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"addresses": [
{
"address_type": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>"
}
],
"company": "<string>",
"is_large_company": true,
"domain": "<string>",
"past_domains": [
"<string>"
],
"high_pri": true,
"index": "<string>",
"location": "<string>",
"continent": "<string>",
"country": "<string>",
"city": "<string>",
"state": "<string>",
"department": "<string>",
"industry": "<string>",
"linkedin_industry": "<string>",
"diversity": [
"<string>"
],
"company_id_requesting": "<string>",
"past_companies": [
"<string>"
],
"educations": [
{
"index": 123,
"school_id": 123,
"school_id_str": "<string>",
"school": "<string>",
"major_id": 123,
"major_id_str": "<string>",
"major": "<string>",
"degree_id": 123,
"degree_id_str": "<string>",
"degree": "<string>",
"start_date": "<string>",
"start": 123,
"end_date": "<string>",
"end": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
],
"graduation_year": 123,
"use_cache": true,
"is_test": true,
"queued_time": "2023-11-07T05:31:56Z",
"nurse_types": [
"<string>"
],
"has_public_profile": true,
"contact_quality": 123,
"primary_providers": [
"<string>"
],
"secondary_providers": [
"<string>"
],
"alt_keys": [
"<string>"
],
"alt_urls": [
"<string>"
]
},
"emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"phone_numbers": [
{
"number": "<string>",
"type": "<string>",
"valid_since": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"time_stamp": "2023-11-07T05:31:56Z",
"rank": 123
}
],
"profiles": [
{
"source": "<string>",
"user_name": "<string>",
"network": "<string>",
"url": "<string>"
}
],
"photos": [
{
"source": "<string>",
"url": "<string>"
}
],
"websites": [
{
"type": "<string>",
"url": "<string>"
}
],
"topics": [
"<string>"
],
"dict_emails": {},
"emails_validity": {},
"called_fallback_providers": true,
"last_updated": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"card": {
"name": "<string>",
"updated": "2023-11-07T05:31:56Z",
"key": "<string>",
"url": "<string>",
"image_url": "<string>",
"linkedin_image_url": "<string>",
"location": "<string>",
"role": "<string>",
"company": "<string>",
"full_title": "<string>",
"title": "<string>",
"response": "<string>",
"found": true
},
"gender": "<string>",
"age_range": "<string>",
"execution_trace": {
"key": "<string>",
"time_taken": 123,
"linkedin_url": "<string>",
"ignored": true,
"provider_results": [
{
"succeeded": true,
"emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"phone_numbers": [
{
"number": "<string>",
"type": "<string>",
"valid_since": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"time_stamp": "2023-11-07T05:31:56Z",
"rank": 123
}
],
"profiles": [
{
"source": "<string>",
"user_name": "<string>",
"network": "<string>",
"url": "<string>"
}
],
"photos": [
{
"source": "<string>",
"url": "<string>"
}
],
"websites": [
{
"type": "<string>",
"url": "<string>"
}
],
"api_response": "<string>",
"request": {
"jobId": "<string>",
"userId": "<string>",
"recruiterId": "<string>",
"recruiterEmail": "<string>",
"callerId": "<string>",
"guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"callbackKey": "<string>",
"key": "<string>",
"url": "<string>",
"linkedin_url": "<string>",
"npi_number": "<string>",
"emails": [
"<string>"
],
"li_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"addresses": [
{
"address_type": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>"
}
],
"company": "<string>",
"is_large_company": true,
"domain": "<string>",
"past_domains": [
"<string>"
],
"high_pri": true,
"index": "<string>",
"location": "<string>",
"continent": "<string>",
"country": "<string>",
"city": "<string>",
"state": "<string>",
"department": "<string>",
"industry": "<string>",
"linkedin_industry": "<string>",
"diversity": [
"<string>"
],
"company_id_requesting": "<string>",
"past_companies": [
"<string>"
],
"educations": [
{
"index": 123,
"school_id": 123,
"school_id_str": "<string>",
"school": "<string>",
"major_id": 123,
"major_id_str": "<string>",
"major": "<string>",
"degree_id": 123,
"degree_id_str": "<string>",
"degree": "<string>",
"start_date": "<string>",
"start": 123,
"end_date": "<string>",
"end": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
],
"graduation_year": 123,
"use_cache": true,
"is_test": true,
"queued_time": "2023-11-07T05:31:56Z",
"nurse_types": [
"<string>"
],
"has_public_profile": true,
"contact_quality": 123,
"primary_providers": [
"<string>"
],
"secondary_providers": [
"<string>"
],
"alt_keys": [
"<string>"
],
"alt_urls": [
"<string>"
]
},
"status": {
"exception": "<string>",
"stack": "<string>",
"traces": [
"<string>"
],
"tags": [
"<string>"
]
},
"gender": "<string>",
"age_range": "<string>",
"topics": [
"<string>"
],
"is_credit_used": true,
"is_result_valid": true,
"invalid_emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"is_primary_provider": true
}
],
"best_email": {
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
},
"mismatched_linkedin_profile": "<string>",
"mismatched_github_profile": "<string>",
"error": "<string>",
"exceptions": [
"<string>"
],
"added_linkedin_profile": true
},
"email_delivery_reports": [
{
"email": "<string>",
"date_created": "2023-11-07T05:31:56Z",
"org_id": "<string>",
"company_id": "<string>",
"email_step_status_list": [
{
"sent_timestamp": "2023-11-07T05:31:56Z"
}
]
}
],
"phone_delivery_reports": [
{
"phone_number": "<string>",
"date_created": "2023-11-07T05:31:56Z",
"company_id": "<string>"
}
],
"company_ids_requesting": [
"<string>"
],
"provider_completion_data_dictionary": {
"None": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Versium": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Hunter": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"AnyEmailFinder": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Toofr": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Lusha": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"HuBuCo": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"GitHub": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"PeopleDataLabs": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FullContact": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FlatFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Pipl": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReach": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RampedUp": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Cognism": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Multiple": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"MillionVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ContactOut": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Admin": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalNursingFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"StateBoard": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FiveXFive": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"StateBoardAndContactMapper": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ZeroBounce": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalEmailProviderVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ProviderValidationBasedVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachEmail": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachPhone": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachNpi": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FiveXFiveUniversal": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"WizaEmail": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"WizaPhone": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalHealthcareFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
}
},
"request_completion_data": {
"emailCompletedTime": "2023-11-07T05:31:56Z",
"phoneCompletedTime": "2023-11-07T05:31:56Z",
"isEmailRequest": true,
"isPhoneRequest": true
},
"has_good_email": true,
"_etag": "<string>",
"id": "<string>",
"_rid": "<string>",
"_self": "<string>",
"_ts": "2023-11-07T05:31:56Z",
"ttl": 123
}
],
"count": {
"available": 123,
"used": 123,
"newRequestedCount": 123
}
}Contact data
Get Premium Contacts
POST
/
api
/
Contacts
/
GetPremiumContacts
Get Premium Contacts
curl --request POST \
--url https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '[
"<string>"
]'import requests
url = "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts"
payload = ["<string>"]
headers = {
"Api-Key": "<api-key>",
"Content-Type": "application/json-patch+json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Api-Key': '<api-key>', 'Content-Type': 'application/json-patch+json'},
body: JSON.stringify(['<string>'])
};
fetch('https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'<string>'
]),
CURLOPT_HTTPHEADER => [
"Api-Key: <api-key>",
"Content-Type: application/json-patch+json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts"
payload := strings.NewReader("[\n \"<string>\"\n]")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Api-Key", "<api-key>")
req.Header.Add("Content-Type", "application/json-patch+json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts")
.header("Api-Key", "<api-key>")
.header("Content-Type", "application/json-patch+json")
.body("[\n \"<string>\"\n]")
.asString();require 'uri'
require 'net/http'
url = URI("https://partnerapi.seekout.io/api/Contacts/GetPremiumContacts")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Api-Key"] = '<api-key>'
request["Content-Type"] = 'application/json-patch+json'
request.body = "[\n \"<string>\"\n]"
response = http.request(request)
puts response.read_body{
"results": [
{
"request": {
"jobId": "<string>",
"userId": "<string>",
"recruiterId": "<string>",
"recruiterEmail": "<string>",
"callerId": "<string>",
"guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"callbackKey": "<string>",
"key": "<string>",
"url": "<string>",
"linkedin_url": "<string>",
"npi_number": "<string>",
"emails": [
"<string>"
],
"li_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"addresses": [
{
"address_type": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>"
}
],
"company": "<string>",
"is_large_company": true,
"domain": "<string>",
"past_domains": [
"<string>"
],
"high_pri": true,
"index": "<string>",
"location": "<string>",
"continent": "<string>",
"country": "<string>",
"city": "<string>",
"state": "<string>",
"department": "<string>",
"industry": "<string>",
"linkedin_industry": "<string>",
"diversity": [
"<string>"
],
"company_id_requesting": "<string>",
"past_companies": [
"<string>"
],
"educations": [
{
"index": 123,
"school_id": 123,
"school_id_str": "<string>",
"school": "<string>",
"major_id": 123,
"major_id_str": "<string>",
"major": "<string>",
"degree_id": 123,
"degree_id_str": "<string>",
"degree": "<string>",
"start_date": "<string>",
"start": 123,
"end_date": "<string>",
"end": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
],
"graduation_year": 123,
"use_cache": true,
"is_test": true,
"queued_time": "2023-11-07T05:31:56Z",
"nurse_types": [
"<string>"
],
"has_public_profile": true,
"contact_quality": 123,
"primary_providers": [
"<string>"
],
"secondary_providers": [
"<string>"
],
"alt_keys": [
"<string>"
],
"alt_urls": [
"<string>"
]
},
"emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"phone_numbers": [
{
"number": "<string>",
"type": "<string>",
"valid_since": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"time_stamp": "2023-11-07T05:31:56Z",
"rank": 123
}
],
"profiles": [
{
"source": "<string>",
"user_name": "<string>",
"network": "<string>",
"url": "<string>"
}
],
"photos": [
{
"source": "<string>",
"url": "<string>"
}
],
"websites": [
{
"type": "<string>",
"url": "<string>"
}
],
"topics": [
"<string>"
],
"dict_emails": {},
"emails_validity": {},
"called_fallback_providers": true,
"last_updated": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"card": {
"name": "<string>",
"updated": "2023-11-07T05:31:56Z",
"key": "<string>",
"url": "<string>",
"image_url": "<string>",
"linkedin_image_url": "<string>",
"location": "<string>",
"role": "<string>",
"company": "<string>",
"full_title": "<string>",
"title": "<string>",
"response": "<string>",
"found": true
},
"gender": "<string>",
"age_range": "<string>",
"execution_trace": {
"key": "<string>",
"time_taken": 123,
"linkedin_url": "<string>",
"ignored": true,
"provider_results": [
{
"succeeded": true,
"emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"phone_numbers": [
{
"number": "<string>",
"type": "<string>",
"valid_since": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"time_stamp": "2023-11-07T05:31:56Z",
"rank": 123
}
],
"profiles": [
{
"source": "<string>",
"user_name": "<string>",
"network": "<string>",
"url": "<string>"
}
],
"photos": [
{
"source": "<string>",
"url": "<string>"
}
],
"websites": [
{
"type": "<string>",
"url": "<string>"
}
],
"api_response": "<string>",
"request": {
"jobId": "<string>",
"userId": "<string>",
"recruiterId": "<string>",
"recruiterEmail": "<string>",
"callerId": "<string>",
"guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"callbackKey": "<string>",
"key": "<string>",
"url": "<string>",
"linkedin_url": "<string>",
"npi_number": "<string>",
"emails": [
"<string>"
],
"li_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"addresses": [
{
"address_type": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>"
}
],
"company": "<string>",
"is_large_company": true,
"domain": "<string>",
"past_domains": [
"<string>"
],
"high_pri": true,
"index": "<string>",
"location": "<string>",
"continent": "<string>",
"country": "<string>",
"city": "<string>",
"state": "<string>",
"department": "<string>",
"industry": "<string>",
"linkedin_industry": "<string>",
"diversity": [
"<string>"
],
"company_id_requesting": "<string>",
"past_companies": [
"<string>"
],
"educations": [
{
"index": 123,
"school_id": 123,
"school_id_str": "<string>",
"school": "<string>",
"major_id": 123,
"major_id_str": "<string>",
"major": "<string>",
"degree_id": 123,
"degree_id_str": "<string>",
"degree": "<string>",
"start_date": "<string>",
"start": 123,
"end_date": "<string>",
"end": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
],
"graduation_year": 123,
"use_cache": true,
"is_test": true,
"queued_time": "2023-11-07T05:31:56Z",
"nurse_types": [
"<string>"
],
"has_public_profile": true,
"contact_quality": 123,
"primary_providers": [
"<string>"
],
"secondary_providers": [
"<string>"
],
"alt_keys": [
"<string>"
],
"alt_urls": [
"<string>"
]
},
"status": {
"exception": "<string>",
"stack": "<string>",
"traces": [
"<string>"
],
"tags": [
"<string>"
]
},
"gender": "<string>",
"age_range": "<string>",
"topics": [
"<string>"
],
"is_credit_used": true,
"is_result_valid": true,
"invalid_emails": [
{
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
}
],
"is_primary_provider": true
}
],
"best_email": {
"email": "<string>",
"type": "<string>",
"score": 123,
"time_stamp": "2023-11-07T05:31:56Z",
"valid_since": "2023-11-07T05:31:56Z",
"last_updated": "2023-11-07T05:31:56Z",
"date_created": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"confidence": "<string>",
"rank": 123,
"preferred_email": true,
"bad_email": true,
"sources": []
},
"mismatched_linkedin_profile": "<string>",
"mismatched_github_profile": "<string>",
"error": "<string>",
"exceptions": [
"<string>"
],
"added_linkedin_profile": true
},
"email_delivery_reports": [
{
"email": "<string>",
"date_created": "2023-11-07T05:31:56Z",
"org_id": "<string>",
"company_id": "<string>",
"email_step_status_list": [
{
"sent_timestamp": "2023-11-07T05:31:56Z"
}
]
}
],
"phone_delivery_reports": [
{
"phone_number": "<string>",
"date_created": "2023-11-07T05:31:56Z",
"company_id": "<string>"
}
],
"company_ids_requesting": [
"<string>"
],
"provider_completion_data_dictionary": {
"None": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Versium": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Hunter": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"AnyEmailFinder": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Toofr": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Lusha": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"HuBuCo": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"GitHub": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"PeopleDataLabs": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FullContact": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FlatFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Pipl": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReach": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RampedUp": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Cognism": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Multiple": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"MillionVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ContactOut": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"Admin": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalNursingFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"StateBoard": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FiveXFive": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"StateBoardAndContactMapper": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ZeroBounce": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalEmailProviderVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"ProviderValidationBasedVerifier": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachEmail": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachPhone": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"RocketReachNpi": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"FiveXFiveUniversal": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"WizaEmail": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"WizaPhone": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
},
"LocalHealthcareFile": {
"LastUpdatedForEmail": "2023-11-07T05:31:56Z",
"LastUpdatedForPhone": "2023-11-07T05:31:56Z",
"isSuccessfulForEmail": true,
"isSuccessfulForPhone": true,
"isPrimaryProviderForEmail": true,
"isPrimaryProviderForPhone": true
}
},
"request_completion_data": {
"emailCompletedTime": "2023-11-07T05:31:56Z",
"phoneCompletedTime": "2023-11-07T05:31:56Z",
"isEmailRequest": true,
"isPhoneRequest": true
},
"has_good_email": true,
"_etag": "<string>",
"id": "<string>",
"_rid": "<string>",
"_self": "<string>",
"_ts": "2023-11-07T05:31:56Z",
"ttl": 123
}
],
"count": {
"available": 123,
"used": 123,
"newRequestedCount": 123
}
}Authorizations
Organization-scoped API key provisioned by SeekOut. Send it in the Api-Key header on every request.
Query Parameters
Available options:
Email, Phone Available options:
New, Polling, Existing Body
application/json-patch+jsonapplication/jsontext/jsonapplication/*+json
Was this page helpful?
⌘I