---
title: "Changes to Enrich"
method: POST
path: "/api/v1.4/enrich/"
---

# Changes to Enrich

`POST /api/v1.4/enrich/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 5 revisions.

- **2024-12-05** `d78ed69a85eb` — 1 breaking
- **2024-12-04** `b36e8e329afb` — 3 breaking, 46 info
- **2024-12-04** `f80fb2a115ff` — 5 warning, 42 info
- **2024-12-04** `29fbf7a6e106` — 1 warning

## Changes

- **2024-12-05** `d78ed69a85eb` — 1 breaking
  - the request's body type changed from `object` to no type
- **2024-12-04** `b36e8e329afb` — 3 breaking, 46 info
  - the request property `domain` became required
  - added `#/components/schemas/Investors, subschema #1` to the `investors` response property `oneOf` list for the response status `200`
  - the `investors` response's property type changed from `array` to no type for status `200`
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `enrichment` added
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `429`
  - added the media type `application/json` for the response with the status `500`
  - the response property `classifications/industry_classifications` became required for the status `200`
  - the response property `classifications/industry_classifications/items/industry_code` became required for the status `200`
  - the response property `classifications/industry_classifications/items/industry_name` became required for the status `200`
  - the response property `classifications/software_industries` became required for the status `200`
  - the response property `classifications/software_industries/items/industry_code` became required for the status `200`
  - the response property `classifications/software_industries/items/industry_name` became required for the status `200`
  - the response property `company_uid` became required for the status `200`
  - the response property `conferences/conferences` became required for the status `200`
  - the response property `conferences/conferences/items/company_count` became required for the status `200`
  - the response property `conferences/conferences/items/end_date` became required for the status `200`
  - the response property `conferences/conferences/items/location` became required for the status `200`
  - the response property `conferences/conferences/items/name` became required for the status `200`
  - the response property `conferences/conferences/items/start_date` became required for the status `200`
  - the response property `conferences/conferences/items/url` became required for the status `200`
  - the response property `conferences/count` became required for the status `200`
  - the response property `contacts/contacts` became required for the status `200`
  - the response property `contacts/contacts/items/name` became required for the status `200`
  - the response property `contacts/contacts/items/title` became required for the status `200`
  - the response property `contacts/contacts/items/work_email` became required for the status `200`
  - the response property `contacts/count` became required for the status `200`
  - the response property `domains/items/domain` became required for the status `200`
  - the response property `domains/items/domain_type` became required for the status `200`
  - the response property `domains/items/status` became required for the status `200`
  - the response property `employee_location_breakdown/items/confidence` became required for the status `200`
  - the response property `employee_location_breakdown/items/country` became required for the status `200`
  - the response property `employee_location_breakdown/items/country_percentage` became required for the status `200`
  - the response property `employees_growth/percentage_one_month` became required for the status `200`
  - the response property `employees_growth/percentage_one_year` became required for the status `200`
  - the response property `employees_growth/percentage_six_month` became required for the status `200`
  - the response property `employees_growth/percentage_three_month` became required for the status `200`
  - …9 more
- **2024-12-04** `f80fb2a115ff` — 5 warning, 42 info
  - deleted the `header` request parameter `Content-Type`
  - removed the optional property `count` from the response with the `200` status
  - removed the optional property `page` from the response with the `200` status
  - removed the optional property `pages` from the response with the `200` status
  - removed the optional property `results` from the response with the `200` status
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - added the optional property `business_models` to the response with the `200` status
  - added the optional property `classifications` to the response with the `200` status
  - added the optional property `company_uid` to the response with the `200` status
  - added the optional property `conferences` to the response with the `200` status
  - added the optional property `contacts` to the response with the `200` status
  - added the optional property `description` to the response with the `200` status
  - added the optional property `domain` to the response with the `200` status
  - added the optional property `domains` to the response with the `200` status
  - added the optional property `employee_location_breakdown` to the response with the `200` status
  - added the optional property `employees_growth` to the response with the `200` status
  - added the optional property `employees_on_professional_networks` to the response with the `200` status
  - added the optional property `end_customer` to the response with the `200` status
  - added the optional property `entity_type` to the response with the `200` status
  - added the optional property `funding_rounds_count` to the response with the `200` status
  - added the optional property `funding_stage` to the response with the `200` status
  - added the optional property `grata_employee_estimates` to the response with the `200` status
  - added the optional property `headquarters` to the response with the `200` status
  - added the optional property `investors` to the response with the `200` status
  - added the optional property `is_active` to the response with the `200` status
  - added the optional property `keywords` to the response with the `200` status
  - added the optional property `latest_funding_amount` to the response with the `200` status
  - added the optional property `latest_funding_date` to the response with the `200` status
  - added the optional property `latest_funding_round` to the response with the `200` status
  - added the optional property `locations` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - added the optional property `organization_type` to the response with the `200` status
  - added the optional property `owner` to the response with the `200` status
  - added the optional property `ownership_status` to the response with the `200` status
  - added the optional property `primary_email` to the response with the `200` status
  - added the optional property `primary_phone` to the response with the `200` status
  - added the optional property `revenue_estimates` to the response with the `200` status
  - added the optional property `social_crunchbase` to the response with the `200` status
  - added the optional property `social_facebook` to the response with the `200` status
  - added the optional property `social_instagram` to the response with the `200` status
  - …7 more
- **2024-12-04** `29fbf7a6e106` — 1 warning
  - deleted the `header` request parameter `Authorization`

---

[Operation](https://skmtc.dev/tjc-lp/apis/grata-unified-api/docs/api/v1.4/enrich/post.md) · [API](https://skmtc.dev/tjc-lp/apis/grata-unified-api.md) · [Page](https://skmtc.dev/tjc-lp/apis/grata-unified-api/changes/api/v1.4/enrich/post)
