Start the login process using Google. You will be redirected to Google's login page for authentication. After successful authentication, you will be redirected back. The endpoint returns a `redirectUrl` to start this process and a unique `requestId` for subsequent calls.
callbackUrl string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/google/login curl -X GET "https://cloud.hostup.se/api/google/login?callbackUrl=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"redirectUrl": "string"
}
}