Install Google Calendar
Get the Google Calendar OAuth authorization URL to connect your Google Calendar.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Query Parameters
pathwayIdstringrequiredThe call flow pathway ID to connect Google Calendar to.
Response Fields
urlstringThe Google OAuth authorization URL. Redirect the user to this URL to authorize the connection.
{
"url": "https://accounts.google.com/o/oauth2/v2/auth?client_id=...&redirect_uri=...&scope=...&state=..."
}