Access the Microsoft Teams API in 2 minutes 💨
Create an integration
Authorize Microsoft Teams
Call the Microsoft Teams API
curl "https://api.nango.dev/proxy/v1.0/me/joinedTeams" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"