curl --request GET \
--url http://localhost:8000/api/v1/google-auth/initiate \
--header 'Authorization: Bearer <token>'{}Initiate Google OAuth2 authorization flow.
Args: connection_type: Type of connection redirect_url (Optional[str]): Redirect URL after authorization. Usually redirects to the frontend. user (User): The current user
Returns: Dict containing the authorization URL for user to authenticate
curl --request GET \
--url http://localhost:8000/api/v1/google-auth/initiate \
--header 'Authorization: Bearer <token>'{}The access token received from the authorization server in the OAuth 2.0 flow.
google_ads, google_business_profile Successful Response
The response is of type Response Initiate Google Oauth Api V1 Google Auth Initiate Get · object.