https://nango.dev/docs/api-integrations/google-cal...
# general-english
t
https://nango.dev/docs/api-integrations/google-calendar I am following this link and the step 3 of the instructions say 3Call the Google Calendar API Let’s make your first request to the Google Calendar API (fetch a list of calendars). Replace the placeholders below with your secret key, integration ID, and connection ID: cURL Node curl "https://api.nango.dev/proxy/calendar/v3/users/me/calendarList?maxResults=10" \ -H "Authorization: Bearer " \ -H "Provider-Config-Key: " \ -H "Connection-Id: " Or fetch credentials dynamically via the Node SDK or API. ✅ You’re connected! Check the Logs tab in Nango to inspect requests. how do I do this? do i make an action? is this some code i put somewhere on the vapi site or the nango site.
5 Views