---
title: "Google Login"
method: POST
path: "/api/v1/auth/google"
tags: ["auth"]
---

# Google Login

`POST /api/v1/auth/google`

Authenticate via Google SSO with optional tenant context.

## Request body

- GoogleLoginRequest — Google SSO login request with the ID token from Google Identity Services.
  - `credential` string, required
  - `tenant` string, nullable — Tenant slug or numeric ID

## Response `200`

Successful Response

- TokenResponse — JWT token pair response returned on login and refresh.
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` string
  - `expires_in` integer, required
  - `is_first_login` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
