Look up a contact by phone number. One credit when found; no charge when not found.
643 matches
12 actions
GetLeads
12 actions
- Count contactsPOSTv1.0.0
- Enrich from emailPOSTv1.0.0
- Enrich from LinkedInPOSTv1.0.0
- Enrich from personPOSTv1.0.0
- Export contactsPOSTv1.0.0
- Get export statusGETv1.0.0
- Get fair-use usageGETv1.0.0
- Get filter valuesGETv1.0.0
- Lookup colleaguesPOSTv1.0.0
- Lookup decision makersPOSTv1.0.0
- Lookup phoneGETv1.0.0
- Search contactsPOSTv1.0.0
CRM/GetLeads
Lookup phone
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
{
"type": "object",
"required": [
"phone"
],
"additionalProperties": false,
"properties": {
"phone": {
"type": "string",
"description": "Phone number (US numbers stored as +1 XXX-XXX-XXXX)."
}
}
}Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
{
"type": "object",
"additionalProperties": true,
"properties": {
"ok": {
"type": "boolean"
},
"success": {
"type": "boolean"
},
"data": {
"type": "object"
}
}
}