# Google OAuth2 Authorization **GET /auth/google/authorize** Redirects the user to Google's OAuth2 authorization page. ## Servers - Local development server: http://localhost:8080/api (Local development server) - Production server: https://api.huy-devops.site/api (Production server) ## Parameters ## Responses ### 200 Get link to Google OAuth2 authorization URL #### Body: application/json (object) - **success** (boolean) - **code** (integer) - **timestamp** (string(date-time)) - **message** (string) ### 500 Internal Server Error #### Body: application/json (object) - **success** (boolean) - **code** (integer) - **errorCode** (string) - **message** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)