# Oauth:Google.Jwt.Authorize **GET /auth/google/authorize** Call this API for a link that allows the user to redirect to Google Sign In page, and then redirect back to the callback API. Only valid users (aka appear in "whitelist") that allows to sign in with the application. ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Parameters ### Query parameters - **scopes** (array[string]) ## Responses ### 200 Successful Response #### Body: application/json (object) - **authorization_url** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)