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

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

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

Save one lead object.

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

- object
  - `id` string, required
  - `orgId` string, required
  - `type` string, required
  - `slug` string, required
  - `leadId` string, nullable
  - `properties` object, required
  - `leadSlug` string, nullable
  - `leadUrn` string, nullable

---

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