---
title: "Webstack"
method: POST
path: "/v1/businesses/webstack/enrich"
tags: ["BusinessEnrichments"]
---

# Webstack

`POST /v1/businesses/webstack/enrich`

## Headers

- `tenant` string

## Request body

- BusinessesEnrichRequest
  - `request_context` object, nullable
  - `parameters` object, nullable
  - `business_id` string, required

## Response `200`

Successful Response

- BusinessesEnrichResponseWebstackOutputSchema — 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` union
    - WebstackOutputSchema
      - `business_id` string
      - `affiliate_links` boolean
      - `company_vertical` string
      - `db_indexed` boolean
      - `earliest_record` string, date-time
      - `ecommerce` boolean
      - `established` boolean
      - `latest_update` string, date-time
      - `live_techs` boolean
      - `money_spend_on_website_technologies` integer
      - `number_of_pages_on_sitemap` integer
      - `number_of_premium_technologies` integer
      - `number_of_social_networks` integer
      - `parked` boolean
      - `payment_options` boolean
      - `payment_technologies_in_use` string
      - `premium_techs` integer
      - `product_count` integer
      - `q_rank` integer
      - `shopify_apps_in_use` string
      - `spend` integer
      - `status` string
      - `categories_to_technologies_tree` object
      - `technologies_categories` string
      - `technologies_sub_categories` string
      - `technologies_used_by_company_website` string
      - `umbrella` integer
    - WebstackOutputSchema[]
      - `business_id` string
      - `affiliate_links` boolean
      - `company_vertical` string
      - `db_indexed` boolean
      - `earliest_record` string, date-time
      - `ecommerce` boolean
      - `established` boolean
      - `latest_update` string, date-time
      - `live_techs` boolean
      - `money_spend_on_website_technologies` integer
      - `number_of_pages_on_sitemap` integer
      - `number_of_premium_technologies` integer
      - `number_of_social_networks` integer
      - `parked` boolean
      - `payment_options` boolean
      - `payment_technologies_in_use` string
      - `premium_techs` integer
      - `product_count` integer
      - `q_rank` integer
      - `shopify_apps_in_use` string
      - `spend` integer
      - `status` string
      - `categories_to_technologies_tree` object
      - `technologies_categories` string
      - `technologies_sub_categories` string
      - `technologies_used_by_company_website` string
      - `umbrella` integer
  - `entity_id` union
    - string
    - string

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