🚀 Quickstart
Connect to Garmin with OAuth2 and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Garmin (OAuth2).
2
Authorize Garmin
Go to Connections -> Add Test Connection -> Authorize, then log in to Garmin. Later, you’ll let your users do the same directly from your app.
3
Call the Garmin API
Make your first request to the Garmin API (fetch the connected user’s API user ID). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Garmin (OAuth2) Integration Guides
Nango-maintained guides for common use cases.- How to register your own Garmin OAuth2 app
Register an OAuth2 app with Garmin and obtain credentials to connect it to Nango.
API gotchas
- Garmin Connect Developer Program apps use OAuth 2.0 with PKCE (
S256). Use this provider for new Garmin connections. The existinggarminprovider remains OAuth1 for legacy connections.