curl --request GET \
--url https://api.amplemarket.com/contacts/email/{email} \
--header 'Authorization: Bearer <token>'{
"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"
}
],
"recent_activity": [
{
"event_at": "<string>",
"event_type": "<string>",
"automatic": true,
"type": "<string>",
"description": "<string>",
"subject": "<string>",
"body": "<string>",
"sequence_name": "<string>",
"sequence_type": "<string>",
"index": 123,
"tags": [
"<string>"
],
"notes": "<string>",
"call_disposition": "<string>",
"call_notes": "<string>"
}
]
}Retrieve contact by email
curl --request GET \
--url https://api.amplemarket.com/contacts/email/{email} \
--header 'Authorization: Bearer <token>'{
"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"
}
],
"recent_activity": [
{
"event_at": "<string>",
"event_type": "<string>",
"automatic": true,
"type": "<string>",
"description": "<string>",
"subject": "<string>",
"body": "<string>",
"sequence_name": "<string>",
"sequence_type": "<string>",
"index": 123,
"tags": [
"<string>"
],
"notes": "<string>",
"call_disposition": "<string>",
"call_notes": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contact email
Successful
Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Show child attributes
Was this page helpful?