---
title: "V2 Businesses Technographics Enrich"
method: POST
path: "/v2/businesses/technographics/enrich"
tags: ["V2BusinessEnrichments"]
---

# V2 Businesses Technographics Enrich

`POST /v2/businesses/technographics/enrich`

## Request body

- V2BusinessEnrichRequest
  - `request_context` object, nullable
  - `parameters` object, nullable
  - `business_ids` union, required
    - string
    - string[]

## Response `200`

Successful Response

- V2BusinessEnrichResponseTechnographicsOutputSchema — 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` V2BusinessEnrichRowTechnographicsOutputSchema[], required
    - `business_id` string, required
    - `data` union
      - TechnographicsOutputSchema
        - `full_tech_stack` string[]
        - `full_nested_tech_stack` object[]
        - `testing_and_qa` string[]
        - `sales` string[]
        - `prog_langs_and_frameworks` string[]
        - `productivity_and_operations` string[]
        - `product_and_design` string[]
        - `platform_and_storage` string[]
        - `operations_software` string[]
        - `operations_management` string[]
        - `marketing` string[]
        - `it_security` string[]
        - `it_management` string[]
        - `hr` string[]
        - `health_tech` string[]
        - `finance_and_accounting` string[]
        - `ecommerce` string[]
        - `devops_and_development` string[]
        - `customer_management` string[]
        - `computer_networks` string[]
        - `communications` string[]
        - `collaboration` string[]
        - `bi_and_analytics` string[]
      - TechnographicsOutputSchema[]
        - `full_tech_stack` string[]
        - `full_nested_tech_stack` object[]
        - `testing_and_qa` string[]
        - `sales` string[]
        - `prog_langs_and_frameworks` string[]
        - `productivity_and_operations` string[]
        - `product_and_design` string[]
        - `platform_and_storage` string[]
        - `operations_software` string[]
        - `operations_management` string[]
        - `marketing` string[]
        - `it_security` string[]
        - `it_management` string[]
        - `hr` string[]
        - `health_tech` string[]
        - `finance_and_accounting` string[]
        - `ecommerce` string[]
        - `devops_and_development` string[]
        - `customer_management` string[]
        - `computer_networks` string[]
        - `communications` string[]
        - `collaboration` string[]
        - `bi_and_analytics` string[]
  - `total_results` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/explorium-ai/apis/partner-service.md) · [All operations](https://skmtc.net/explorium-ai/apis/partner-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/explorium-ai/partner-service/revisions/36dd0c57cea7/schema)
