Skip to main content
GET
View a Contact
One saved contact by its Apollo id, with the full field set including custom fields, owner and stage. Find the id with post_apollo_contacts_search. Reads the shared workspace, not Apollo’s global database.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact_id
string
required

Contact ID

Response

Successful response

contact
object

Contact object

contact.id
string

Contact ID

contact.first_name
string

First name

contact.last_name
string

Last name

contact.organization_name
string

Organization name

contact.title
string

Title

contact.email
string

Email

contact.phone_numbers
string

Phone numbers

contact.phone_numbers[].raw_number
string

Raw number

contact.phone_numbers[].sanitized_number
string

Sanitized number

contact.owner_id
string

Owner ID

contact.account_id
string

Account ID

contact.present_raw_address
string

Raw address

contact.linkedin_url
string

LinkedIn URL

contact.updated_at
string

Updated timestamp