One UI and One API

Flexpa provides one embeddable frontend component for your users to interact with, and one unified API for your developers to access the data.

70.61

%

of all user authorization attempts through Flexpa succeed.

75.41

%

of all Medicare and Medicare Advantage users authorization attempts are successful.

67.76

%

of all users complete the Flexpa flow within 3 minutes. 85.29% complete it within 5 minutes.
Read our full analysis ➜
One UI

Flexpa Link

Flexpa Link is a secure, embeddable, authorization UI component that enables your users to consent to sharing their health insurance data with your application. Flexpa Link offers a straightforward way to make gathering that authorization and consent easy for your organization.
watch user sessions
One API

Flexpa API

Test mode will give you access to our sandbox environment which is populated with payer generated and Flexpa generated synthetic patient data.
FlexpaLink.create({
  publishableKey: import.meta.env.VITE_FLEXPA_PUBLISHABLE_KEY,
  onSuccess: async (publicToken: string) => {
    /*  Make a request to the `POST /flexpa-access-token` endpoint 
        defined in `server`.
        Include the `publicToken` in the body. */
    const resp = await fetch(
      `${import.meta.env.VITE_SERVER_URL}/flexpa-access-token`,
      {
        method: "POST",
        headers: { "content-type": "application/json" },
        body: JSON.stringify({ publicToken }),
      }
    );
  },
});
🚀

Ready to go?

Getting up and running is only a few quick steps.
get started

Need more info? We're happy to discuss your use case together and see if we can help

"Partnering with Flexpa has significantly enhanced our patient onboarding process at Curavit."

Joel Morse

Founder and CEO, Curavit Clinical Research