Skip to main content
GET
/
social-media-posting
/
oauth
/
google
/
start
Start Google OAuth
curl --request GET \
  --url https://services.leadconnectorhq.com/social-media-posting/oauth/google/start \
  --header 'Authorization: <authorization>' \
  --header 'Version: <version>'

Headers

Authorization
string
required
Example:

"Bearer <token>"

Version
string
required
Example:

"2021-07-28"

Response

Redirect to Google login

Last modified on March 8, 2026