Access the SharePoint Online (v2) API in 2 minutes 💨
Create an integration
Authorize SharePoint Online (v2)
Call the SharePoint Online (v2) API
curl "https://api.nango.dev/proxy/v1.0/sites" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?