---
title: "Lookup contact"
method: GET
path: "/contacts/lookup"
---

# Lookup contact

`GET /contacts/lookup`

Look up a single contact by persona ID, LinkedIn profile URL/username, or email address.

## Query parameters

- `persona_id` integer, nullable — The persona ID to look up.
- `linkedin` string, nullable — LinkedIn URL or username to look up.
- `email` string, nullable — Email address to look up (exact match).

## Response `200`

Successful Response

- ContactLookupResponse — Response for contact lookup endpoint.
  - `persona_id` integer, required — Unique identifier for the contact.
  - `name` string, nullable — Full name of the contact.
  - `title` string, nullable — Job title.
  - `domain` string, required — Company domain.
  - `company_name` string, nullable — Company name.
  - `summary` string, nullable — Profile summary text.

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `43a9c0d55a69` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/discolike/apis/discolike-api/changes/contacts/lookup/get.md)

---

[API](https://skmtc.dev/discolike/apis/discolike-api.md) · [All operations](https://skmtc.dev/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discolike/discolike-api/revisions/11d1e74d88c7/schema)
