Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This article pertains to:
Status
colourBlue
titleLegacy API (V1)
Status
colourGreen
titleInform (v2)

...

Can I test my Partner App integration?

...

Once you have a client user provisioned under the client organization, you may then construct an App Marketplace for the client user:

Code Block
GET {CLIENT_ORGANIZATION_ID}/{CLIENT_USER_ACCESS_TOKEN}

...

Once you have created data for your user and pushed this to Validic, using the Client User Access Token used in the App Marketplace in Step 1, you may make a shorthand API call to verify proper replication of data for the third-party application. For example, if you created a Fitness Record:

Code Block
GET {CLIENT_USER_ACCESS_TOKEN}

...

This will respond with a copy of your iFitTracker user’s data which now is replicated for the client user.