---
title: "Connect Google Account"
method: POST
path: "/api/google/accounts/connect"
tags: ["google-accounts"]
---

# Connect Google Account

`POST /api/google/accounts/connect`

Build a Google OAuth authorization URL for connecting an ADDITIONAL Google
account via Every's own OAuth (NOT Clerk). Returns the URL for the client to
open; Google's select_account prompt lets the user choose which account.

## Request body

- ConnectRequest
  - `org_id` string, nullable
  - `redirect` string, nullable
  - `reauth_account_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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