This article pertains to:
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
...
Can I test my Partner App integration?
...
In order to simulate what your users will experience when they sync your application and also what data a third-party application will receive from your application, you need a new organization which you can use to act as a client organization. In case you do not have a client organization for use, you may contact support@validic.com to contact support to request one setup for you.
...
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.