---
title: "Validate And Submit Church"
method: POST
path: "/api/churches/validate-and-submit"
tags: ["churches"]
---

# Validate And Submit Church

`POST /api/churches/validate-and-submit`

## Headers

- `x-user-id` string, nullable

## Request body

- ChurchValidationRequest
  - `name` string, required
  - `city` string, required
  - `state` string, required
  - `website` string, nullable

## Response `200`

Successful Response

- ChurchValidationResponse
  - `success` boolean, required
  - `valid` boolean, required
  - `duplicate` boolean, required
  - `message` string, nullable
  - `church_id` integer, nullable
  - `name` string, nullable
  - `address` string, nullable
  - `city` string, nullable
  - `zip` string, nullable
  - `state_iso` string, nullable
  - `state_name` string, nullable
  - `country_iso` string, nullable
  - `country_name` string, nullable
  - `step_timings` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
