Launch Greenlight App - Full

This API creates the redirect URL you need to launch the Greenlight app from within your app

When your patient facing application is ready to redirect to the Greenlight app, it requires a single use URL.

This API Request returns that URL.

Redirect URI One important element of this exchange is the URI needed to return control to your app when the patient is finished in the Greenlight app. Your system provides this value, and Greenlight returns it as part of the URL used to launch the Greenlight app.

NOTE: Greenlight does NOT recommend launching the Greenlight app as a "popup." Users frequently have popup blockers enabled, or their browser blocks popups by default, and the user may not notice they need to allow yours. The result would seem as if the Greenlight app failed to launch.

NOTE: Your app must not use iframe technology to run the Greenlight app. Portions of the Greenlight process require highly secure redirects, to EHR and healthcare facility API endpoints, using OAuth technology. The destinations of these redirects detect iframe use and forbid access, for security reasons.