Contacts
List contacts
API Reference
Account Details
Users
People Enrichment
Companies Enrichment
Searcher
Email Validation
Exclusion lists
Sequences
Phone numbers
Contacts
List contacts
GET
/
contacts
{
"contacts": [
{
"id": "0194b231-63c2-732c-995d-5fffa4807e3e",
"name": "Example Contact",
"linkedin_url": "https://linkedin.com/in/example",
"email": "contact@example.com",
"time_zone": "Europe/Lisbon",
"location": "Lisbon, Lisbon, Portugal",
"title": "Software Engineer",
"company_domain": "amplemarket.com",
"company_name": "Amplemarket",
"owner": "user@example.com",
"phone_numbers": [
{
"id": "0194b231-6388-7a30-adca-a8ccb5ea4cef",
"number": "+1 639-300-0002",
"kind": "mobile"
}
]
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by contact ids (maximum of 20 ids)
Response
200 - application/vnd.amp+json
Was this page helpful?
{
"contacts": [
{
"id": "0194b231-63c2-732c-995d-5fffa4807e3e",
"name": "Example Contact",
"linkedin_url": "https://linkedin.com/in/example",
"email": "contact@example.com",
"time_zone": "Europe/Lisbon",
"location": "Lisbon, Lisbon, Portugal",
"title": "Software Engineer",
"company_domain": "amplemarket.com",
"company_name": "Amplemarket",
"owner": "user@example.com",
"phone_numbers": [
{
"id": "0194b231-6388-7a30-adca-a8ccb5ea4cef",
"number": "+1 639-300-0002",
"kind": "mobile"
}
]
}
]
}