Integration Steps for a Custom App

  1. Create an "API Key" for your system
  2. The app will ask for an email address and password (to identify your customer)
  3. 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
  4. Your system returns that JSON format