Comment on page
Connectathon
- 1.Create a Developer Account Using our Developer Portal following the steps here (if you haven't already done so).
- 2.Create an application with your app's
redirect_uris
(where the authorization code will be sent after the user authorizes their health plan data be shared with your app) and securely save your client ID and secret. If you have multipleredirect_uris
you can enter them in a comma separated list like in example below. Note - you may not use alocalhost
redirect with our PROD environments, but can in our sandbox while testing and developing.http://redirect1/callback,http://redirect2/callback,http://redirect3/callback
- 3.Send an email to [email protected] with the following information: App Name, URL to your square app logo (optional). Then depending on your track you can see more informaton here:
Last modified 1yr ago