Integration Steps for a Custom App
- Create an "API Key" for your system
- The app will ask for an email address and password (to identify your customer)
-
All three pieces of data will be passed to you in a GET http request - the following parameter names will be used for the REST / JSON Call:
- apiKey
- emailAddress
- Password
- Your system returns that JSON format