This API initiates the process of connecting a new Google My Business (GMB) account to the system. The response provides a URL for the user to complete Google's OAuth authentication flow.Important Notes:
The response includes a URL that the user must visit to authenticate and connect their GMB account.
The provided URL is valid for 24 hours.
When the user accesses the URL, they are redirected to Google’s OAuth authentication flow.
During OAuth, the user must:
Review and accept Google’s terms and conditions.
Grant necessary permissions for integration.
After OAuth authentication:
If successful, the user is redirected to the successUrl provided in the request.
If permissions are declined or the process fails, the user is redirected to the errorUrl.