cURL
curl --request GET \ --url https://api.amplemarket.com/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "019b32ae-b182-7501-89e7-9c7bbbf61b49", "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-16T18:17:48Z", "recent_activity": [ { "event_at": "2025-12-18T18:17:47Z", "event_type": "completed_without_reply", "sequence_type": "sequence", "sequence_name": "A sequence" }, { "event_at": "2025-12-17T17:05:47Z", "event_type": "added_to_sequence", "sequence_type": "sequence", "sequence_name": "A sequence" } ], "phone_numbers": [ { "id": "019b32ae-b090-785f-8f72-3561a951f358", "object": "phone_number", "number": "+1 639-300-0002", "type": "mobile", "source": "amplemarket", "kind": "mobile" } ] }
Retrieve contact
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact id
Successful
Show child attributes
Was this page helpful?