Human Connect Overview

The easiest way to connect your users' health data with your application or service.

Human Connect is an embeddable interface for applications to allow users to share their health data with your apps and services. After a user has successfully granted you access to their health data using Human Connect, you'll be able to query their data directly from Human API.

Each user from your app, additionally, will have a unique Human API user record, which will automatically synchronize all of the user's health data from their disparate data sources.

2500

Connect interface

Authentication Overview

800

The Human Connect authentication flow consists of 6 steps:

  1. Launch the Connect popup with two configuration parameters: clientId and clientUserId.

  2. Once a user has connected their data sources and presses the "Done" button, you will receive a sessionTokenObject.

  3. Post this sessionTokenObject to your server.

  4. On your server, add your unique clientSecret to the sessionTokenObject and POST it to Human API's servers.

  5. Human API will return: humanId, accessToken, and publicToken. Save this data in your system with the appropriate user model.

  6. Update your app status. You can now start using Human API for querying data.

Key value descriptions

KeyUse
humanId *User ID within Human API.
accessToken *Used to pull all data for a user.
publicToken *Used to open the Human Connect popup for existing users.
clientIdUnique ID of your Human API app. Found on the app settings page of the Developer Portal.
clientSecretUnique client secret of your Human API app. Found on the app settings page of the Developer Portal.
sessionTokenObjectConsists of a humanId, clientId, and sessionToken.

πŸ“˜

Parameters with * should be stored securely with your local user model.

Modes

Finally, Connect has two modes "Create" and "Edit". Create mode is launched as described above for all user's on their first launch. Once a user connects a source you'll get a set of tokens back (step 5), one of which is the publicToken. This token will have to be supplied to Connect on launch every subsequent time that user launches Connect to ensure proper security.

That's it! It's the same standard process regardless of the platform you launch Connect from.

Next Step: Launch Human Connect From Your Application

Now that you've got the basics down, pick your platform below for specifics on how to add this flow to your application: