Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/init-sso-connection \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data provider=google \ --data 'redirect_url=<string>'
{ "url": "<string>" }
Start OAuth flow for connecting social account
"google"
OAuth URL generated
Was this page helpful?