---
title: "Get Zapier Config"
method: GET
path: "/developer/zapier-config"
tags: ["Developer", "Developer - Zapier"]
---

# Get Zapier Config

`GET /developer/zapier-config`

## Response `200`

Successful Response

- ZapierConfigResponse — Developer-configured Zapier output settings. The output field set is a hardcoded model (ZapierLeadOutput); this config only carries the optional supplemental guidance prompt and the dry-run flag.
  - `zapier_prompt` string, nullable — Optional firm-specific guidance appended to the base mapping prompt
  - `dry_run` boolean — When true, generate + log the payload but do not transmit

---

[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/b642b91e0a5c/schema)
