Skip to main content

Quickstart

Connect to Google Health with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango, open Integrations and configure a new Google Health integration.
Google Health requires your own Google Cloud OAuth client. Follow the setup guide linked below, then add the OAuth client ID, client secret, and Google Health scopes in the integration settings in Nango.
2

Authorize Google Health

Open Connections, add a test connection, and authorize with a Google account that has granted your app the Google Health scopes you configured.For a first test, include at least one read scope such as https://www.googleapis.com/auth/googlehealth.activity_and_fitness.readonly.
3

Call the Google Health API

Make your first request to get the Google Health identity for the authorized user. Replace the placeholders below with your Nango API key, integration ID, and connection ID:
curl "https://api.nango.dev/proxy/v4/users/me/identity" \
  -H "Authorization: Bearer <NANGO-API-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials with the Node SDK or API.Check the Logs tab in Nango to inspect requests.
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.
Migrating from Fitbit Web API requires user re-consent. Legacy Fitbit access tokens and refresh tokens cannot be reused with Google Health, so keep the old Fitbit connection until the Google Health connection is verified.

Google Health integration guides

Nango maintained guides for common use cases. Official docs:

Pre-built syncs and actions for Google Health

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.