---
title: "Dry Run"
method: POST
path: "/api/v1/approvals/dry-run"
tags: ["approvals"]
---

# Dry Run

`POST /api/v1/approvals/dry-run`

Return active approval processes that WOULD fire if *proposed_data* were
saved to the given record. Does not persist anything.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- ApprovalDryRunRequest
  - `object_type` string, required
  - `record_id` integer, required
  - `proposed_data` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
