---
title: "Enrich contacts by LinkedIn URL"
method: POST
path: "/v3/contacts/enrich-by-linkedin"
tags: ["Contact Enrichment"]
---

# Enrich contacts by LinkedIn URL

`POST /v3/contacts/enrich-by-linkedin`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

Enriches contact data using each contact's LinkedIn URL. Optionally also finds email and/or phone in the same call.

Consumes credits from the Reply credit pool: 1 per contact, plus (when find-email is enabled) 2 and (when find-phone is enabled) 3 per contact.

## Request body

- object — Coming soon — full request shape is still being finalized.

## Response `202`

Enrichment accepted

- object — Coming soon — full response shape is still being finalized.

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — `CleanUpAndEnrichDataByLinkedinUrl` feature is not available for the caller's team

---

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