---
title: "Enrich a contact"
method: POST
path: "/contact/enrich/v1-hold"
tags: ["contact"]
---

# Enrich a contact

`POST /contact/enrich/v1-hold`

Enriches a contact with more data like first name, last name, title, department, address, phone, status

## Query parameters

- `version` string

## Request body

- EnrichContactRequest — MetaData to enrich contact
  - `email` string — Email Id
  - `socialURL` string — Social URL
  - `firstName` string — first name
  - `lastName` string — last name
  - `domain` string — domain

## Response `200`

OK

## Other responses

- `204` — Resource not found
- `400` — Bad Request
- `401` — Authentication Failed
- `402` — Insufficient API credits
- `403` — API Access Denied

---

[API](https://skmtc.net/adapt/apis/saleslift-api.md) · [All operations](https://skmtc.net/adapt/apis/saleslift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapt/saleslift-api/revisions/87f442a3336e/schema)
