---
title: "Contacts Information"
method: POST
path: "/v1/prospects/contacts_information/bulk_enrich"
tags: ["ProspectsBulkEnrichments"]
---

# Contacts Information

`POST /v1/prospects/contacts_information/bulk_enrich`

## Headers

- `tenant` string

## Request body

- ProspectsBulkContactsEnrichRequest
  - `request_context` object, nullable
  - `parameters` object, nullable
  - `prospect_ids` string[], required

## Response `200`

Successful Response

- ProspectsBulkEnrichResponseContactsInformationOutputSchema — This is base response model for all responses in partner service.
  - `response_context` ResponseContext, required
    - `correlation_id` string, required
    - `request_status` 'success' | 'miss' | 'failure', required — The `RequestStatus` class is an enumeration that defines the possible statuses of a request. This enum is used to indicate whether a request was successful, missed, or failed. It ensures consistent handling of request statuses across the application. Attributes: SUCCESS: Indicates that the request was successfully processed. MISS: Indicates that the request did not find any matching data. FAILURE: Indicates that the request encountered an error or failure.
    - `time_took_in_seconds` number, required
  - `data` ProspectsBulkEnrichRowContactsInformationOutputSchema[]
    - `prospect_id` string, required
    - `data` ContactsInformationOutputSchema
      - `emails` object[]
      - `professions_email` string, email
      - `professional_email_status` 'valid' | 'catch-all' | 'invalid' — The `EmailValidationStatus` class is an enumeration that represents the validation status of an email address. This enum is used to categorize email addresses based on their validation results, such as: - `VALID`: The email address is valid and deliverable. - `CATCH_ALL`: The email address is part of a catch-all domain, meaning it may or may not be deliverable. - `INVALID`: The email address is invalid and undeliverable. These statuses are used to ensure consistent handling of email validation results across the application.
      - `phone_numbers` object[]
      - `mobile_phone` string
  - `entity_id` union
    - string
    - string
  - `total_results` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vibeprospecting/apis/partner-service.md) · [All operations](https://skmtc.net/vibeprospecting/apis/partner-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vibeprospecting/partner-service/versions/1699f3c803f7/schema)
