---
title: "Get public link data"
method: GET
path: "/publiclink"
---

# Get public link data

`GET /publiclink`

Find related domains that share the same public contact info (email, social, phone).

## Query parameters

- `domain` string, required
- `source` 'email' | 'social' | 'phone', required

## Response `200`

Successful Response

- PublicLinkResult[]
  - `domain` string, required — Normalized domain name (excluding any subdomain)
  - `linked_domain` string, required — Normalized linked domain
  - `link_values` string[] — Complementary information to help understand linkage source
  - `record_date` string, nullable — Date the record was compiled (YYYY-MM-DD)

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