Skip to main content
GET
/
v1
/
auth
/
google
/
auth
Handle company Google OAuth callback
curl --request GET \
  --url https://sgjm-api.vohoangphuc.com/v1/auth/google/auth
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Query Parameters

code
string
required

Authorization code from Google

Response

Authentication successful or registration required

success
boolean
message
string
data
object