# GET /v4/auth/google/start

_Merkl API_

Start the Google OAuth flow for signing in with a Google account.

### Query parameters

- `mode` (string | string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/auth/google/start?mode=<mode>" \
  -H "x-api-key: YOUR_API_KEY"
```