> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usesink.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Auth Route



## OpenAPI

````yaml /openapi.json get /auth/google-login
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers: []
security: []
paths:
  /auth/google-login:
    get:
      tags:
        - AUTHENTICATION
      summary: Google Auth Route
      operationId: google_auth_route_auth_google_login_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````