---
title: "POST /org-storage/companies-objects/save"
method: POST
path: "/org-storage/companies-objects/save"
tags: ["org-storage"]
---

# POST /org-storage/companies-objects/save

`POST /org-storage/companies-objects/save`

Save one company object.

## Request body

- object
  - `id` string — The internal id of the company object
  - `linkedinCompanyId` string, required — The external id of the company scraped
  - `type` string, required — The type of company object
  - `slug` string, required — The slug of the company object
  - `properties` object, required — The properties of the object
  - `orgId` string — The org id associated with the company object

## Response `200`

Company object successfully updated or created.

- object
  - `id` string, required
  - `linkedinCompanyId` string, required
  - `type` string, required
  - `slug` string, required
  - `properties` object, required
  - `orgId` string, nullable — The org id associated with the company object

---

[API](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2.md) · [All operations](https://skmtc.dev/phantombuster/apis/phantombuster-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phantombuster/phantombuster-api-v2/revisions/acf0049d7c7f/schema)
