curl --request GET \
--url https://api.amplemarket.com/contacts?ids[]={id} \
--header 'Authorization: Bearer <token>'
{
"contacts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"linkedin_url": "<string>",
"title": "<string>",
"location": "<string>",
"time_zone": "<string>",
"company_name": "<string>",
"company_domain": "<string>",
"owner": "<string>",
"last_contacted_at": "<string>",
"phone_numbers": [
{
"object": "phone_number",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"type": "mobile",
"source": "amplemarket"
}
]
}
]
}Retrieve contacts
curl --request GET \
--url https://api.amplemarket.com/contacts?ids[]={id} \
--header 'Authorization: Bearer <token>'
{
"contacts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "<string>",
"name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"linkedin_url": "<string>",
"title": "<string>",
"location": "<string>",
"time_zone": "<string>",
"company_name": "<string>",
"company_domain": "<string>",
"owner": "<string>",
"last_contacted_at": "<string>",
"phone_numbers": [
{
"object": "phone_number",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"type": "mobile",
"source": "amplemarket"
}
]
}
]
}curl --request GET \
--url https://api.amplemarket.com/contacts?ids[]={id} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by contact ids (maximum of 20 ids)
20Successful
Show child attributes
Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Was this page helpful?