App Developers

App developers must register their application to generate OAuth credentials, that their application can use to authenticate API calls to our system.

To register a new application, send us a request here with the following details:

  • App Name - Enter a name for your app. This is the name that users will see when asked to grant access to your application, and when they check the list of third-party apps that have access to their business.
  • Description - Optional. This is a short description of your app that users will see when asked to grant access to it.
  • Logo - Optional. This is the logo that users will see when asked to grant access to your application. The image can be a JPG, GIF, or PNG. For best results, upload a square image.
  • Redirect URLs - Enter the URL or URLs that we should use to send the user's decision to grant access to your application. The URLs must be absolute and not relative, https (unless localhost or 127.0.0.1), and newline-separated.

Once reviewed, we will provide the following information back to the App Developer:

  • Client ID
  • Client Secret

These values will be used by the App developer during the OAuth 2.0 authorization flow.

To learn more about how to create an application and get an application talken click here