---
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

---

[API](https://skmtc.net/discolike/apis/discolike-api.md) · [All operations](https://skmtc.net/discolike/apis/discolike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discolike/discolike-api/versions/3248fc62024c/schema)
