Activity
Verify Activity provides a numerical score of the level of activity we see on a given identifier for an individual. Email Activity is available right now with incremental activity scores coming soon.
curl -X POST \
https://api.fullcontact.com/v3/verify.activity \
-H 'Authorization: Bearer {Your API Key}' \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"phone": "+17202227799",
"location": {
"addressLine1": "123 Main Street",
"addressLine2": "Unit 2",
"city": "Denver",
"region": "Colorado",
"regionCode": "CO",
"postalCode": "80203"
},
"name": {
"full": "Bart Lorang",
"given": "Bart",
"family": "Lorang"
}
}'
{
"email" : 0.82,
"address" : 0.79,
"online" : 0.91,
"phone" : 0.67,
"social" : 0.32,
"employment" : 0.78
}
Activity Response Properties | |
---|---|
email string | Numerical score of email activity associated with an individual |
Updated 16 days ago
Did this page help you?