v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Contacts

View a Contact

This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.

<a href="https://knowledge.apollo.io/hc/en-us/articles/5995459280525-View-and-Edit-Contacts" target="_blank">Contacts</a> are people saved in Apollo.<br><br>Use the View a Contact endpoint to retrieve details for an existing contact in your team's Apollo database.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a 403 response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.

get/contacts/{contact_id}

Path parameters

contact_idstring required

The Apollo ID for the contact that you want to view. <br><br>To find contact IDs, call the <a href="https://docs.apollo.io/reference/search-for-contacts" target="_blank">Search for Contacts endpoint</a> and identify the id value for the contact. <br><br>Example: 66e34b81740c50074e3d1bd4

Response

200

Example response

{
  "contact": {
    "id": "66e34b81740c50074e3d1bd4",
    "first_name": "John",
    "last_name": "Doe",
    "name": "John Doe",
    "email": "john.doe@example.com",
    "title": "VP of Sales",
    "organization_name": "Acme Corp",
    "account_id": "63f53afe4ceeca00016bdd2f",
    "owner_id": "66302798d03b9601c7934ebf",
    "contact_stage_id": "6095a710bd01d100a506d4ae",
    "linkedin_url": "https://linkedin.com/in/john-doe-3f9a7c21",
    "created_at": "2023-01-01T00:00:00.000Z",
    "updated_at": "2023-01-02T00:00:00.000Z"
  }
}