---
title: "Google Preview"
method: POST
path: "/api/churches/google/preview"
tags: ["churches"]
---

# Google Preview

`POST /api/churches/google/preview`

## Headers

- `x-user-id` string, nullable

## Request body

- GooglePreviewRequest
  - `place_id` string, required
  - `session_token` string, nullable

## Response `200`

Successful Response

- GooglePreviewResponse
  - `success` boolean, required
  - `place_id` string, required
  - `name` string, nullable
  - `formatted_address` string, nullable
  - `latitude` number, nullable
  - `longitude` number, 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)
