Google Sign-In V2
POST
/auth-service/v2/google-signin
Description
Authenticate a user using Google OAuth. Returns a LoginResponse with an auth token upon successful authentication.
Try It Out
Request
{
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI...",
"referral_code": "optional-code"
}
Response
Click "Continue with Google" to test the API
Code Example
// Coming soon...