---
title: "Approve Lead Docket Push"
method: POST
path: "/lead-docket/pending/{lead_id}/approve"
tags: ["Lead Docket"]
---

# Approve Lead Docket Push

`POST /lead-docket/pending/{lead_id}/approve`

Approve a queued Lead Docket push and send it now (overrides dry_run).

## Path parameters

- `lead_id` string, uuid, required

## Response `200`

Successful Response

- LeadDocketApproveResponse
  - `status` string, required
  - `audit_log_id` string, uuid, nullable
  - `response_status_code` integer, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
