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