Access the GitHub API in 2 minutes π¨
Create an integration
Authorize GitHub App
Call the GitHub API
curl "https://api.nango.dev/proxy/repositories" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?