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

# POST /org-storage/leads-objects/save-many

`POST /org-storage/leads-objects/save-many`

Save many lead objects.

## Request body

- object
  - `type` string, required — type of object to save
  - `slug` string, required — slug of the object to save
  - `properties` object, required — properties of the object
  - `agentId` string, required — id of an agent
  - `leadObjectId` string — id of a lead object
  - `leadId` string, nullable — id of a lead
  - `leadSlug` string, nullable — slug of a lead
  - `leadUrn` string, nullable — urn of a lead

## Response `200`

Leads objects successfully updated or created.

- union[]
  - union
    - object
      - `slug` string, required
      - `status` 'error', required
      - `error` string, required
    - object
      - `slug` string, required
      - `id` string, required
      - `status` 'success', required

---

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