curl --request GET \
--url https://api.amplemarket.com/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "019ae9a7-ce9f-76f6-a8b9-c0de6b29309d",
"name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"linkedin_url": "https://linkedin.com/in/john-doe",
"email": "[email protected]",
"time_zone": "Europe/Lisbon",
"location": "Lisbon, Lisbon, Portugal",
"title": "Software Engineer",
"company_domain": "amplemarket.com",
"company_name": "Amplemarket",
"owner": "[email protected]",
"last_contacted_at": "2025-12-02T13:57:59Z",
"recent_activity": [
{
"event_at": "2025-12-04T13:57:59Z",
"event_type": "completed_without_reply",
"sequence_type": "sequence",
"sequence_name": "A sequence"
},
{
"event_at": "2025-12-03T12:45:59Z",
"event_type": "added_to_sequence",
"sequence_type": "sequence",
"sequence_name": "A sequence"
}
],
"phone_numbers": [
{
"id": "019ae9a7-cd9e-76d2-bdb9-0a7360fd7050",
"object": "phone_number",
"number": "+1 639-300-0002",
"type": "mobile",
"source": "amplemarket",
"kind": "mobile"
}
]
}Retrieve contact
curl --request GET \
--url https://api.amplemarket.com/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "019ae9a7-ce9f-76f6-a8b9-c0de6b29309d",
"name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"linkedin_url": "https://linkedin.com/in/john-doe",
"email": "[email protected]",
"time_zone": "Europe/Lisbon",
"location": "Lisbon, Lisbon, Portugal",
"title": "Software Engineer",
"company_domain": "amplemarket.com",
"company_name": "Amplemarket",
"owner": "[email protected]",
"last_contacted_at": "2025-12-02T13:57:59Z",
"recent_activity": [
{
"event_at": "2025-12-04T13:57:59Z",
"event_type": "completed_without_reply",
"sequence_type": "sequence",
"sequence_name": "A sequence"
},
{
"event_at": "2025-12-03T12:45:59Z",
"event_type": "added_to_sequence",
"sequence_type": "sequence",
"sequence_name": "A sequence"
}
],
"phone_numbers": [
{
"id": "019ae9a7-cd9e-76d2-bdb9-0a7360fd7050",
"object": "phone_number",
"number": "+1 639-300-0002",
"type": "mobile",
"source": "amplemarket",
"kind": "mobile"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contact id
Successful
Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Show child attributes
Was this page helpful?