cURL
curl --request GET \ --url https://api.amplemarket.com/contacts/email/{email} \ --header 'Authorization: Bearer <token>'
{ "id": "019b4aec-54b4-7fb1-ba1d-4c819b8a802a", "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-21T11:16:00Z", "recent_activity": [ { "event_at": "2025-12-23T11:16:00Z", "event_type": "completed_without_reply", "sequence_type": "sequence", "sequence_name": "A sequence" }, { "event_at": "2025-12-22T10:04:00Z", "event_type": "added_to_sequence", "sequence_type": "sequence", "sequence_name": "A sequence" } ], "phone_numbers": [ { "id": "019b4aec-53b9-74ea-ad6f-4c1758b5d5bf", "object": "phone_number", "number": "+1 639-300-0002", "type": "mobile", "source": "amplemarket", "kind": "mobile" } ] }
Retrieve contact by email
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact email
Successful
Show child attributes
Was this page helpful?