---
title: "Connect Gmail account via OAuth"
method: GET
path: "/v3/email-accounts/connect/gmail"
tags: ["Email Accounts"]
---

# Connect Gmail account via OAuth

`GET /v3/email-accounts/connect/gmail`

<small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>

Initiates Gmail OAuth flow. Returns a 302 redirect to Google's OAuth consent page. After authorization, the email account will be automatically connected.

## Other responses

- `302` — Redirect to Google OAuth consent page
- `400` — OAuth connection already in progress
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to connect Gmail accounts
- `429` — Too Many Requests

---

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