POST
/api/auth/google/callback
Google OAuth callback
Exchanges a Google OAuth authorization code for a session token.
curl -s -X POST "$BASE/api/auth/google/callback" \
-H "Content-Type: application/json" \
-d '{"code": "google_auth_code_here"}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| code | string | Y | — | Google OAuth authorization code |