DEMO: How to connect AfApi to a web endpoint

Check out this pages src code to figure out how to do this on your website.

Step1: Create an app

Example Qbo:

Go to intuit's developer site

Create an app.

Give your Production Client ID and Client Secret to Propelware via email or slack.

In intuit's developer site, add https://api.propelware.com/channel/Callback to your Production Redirect URIs

Step2: Set AppId

This value will be provided to you by Propelware.

Step3: Set userId

This value can be obtained via a rest api call to: https://api.propelware.com/v1/manage/user

Step4: Connect to endpoint

Step5: Response

A json object containing the the connection data will appear here upon a succussful connection.

Step6: Save

Save at least the 'endpointId' value you get back from the response above.