Event Library

To start using the Event SDK in your apps, you need to perform a few basic tasks first.

Get an API Subscription Key

The Recuro Health team will have provided you with an API Subscription Key that is used for two purposes:

If you do not yet have an API Subscription Key, contact your Recuro Health account manager to request one.

Install the Recuro Health Event SDK

You can add the Recuro Health Event SDK as a NuGet package.

Install-Package WellViaSDK.Event
dotnet add package WellViaSDK.Event
<PackageReference Include="WellViaSDK.Event" />
paket add WellViaSDK.Event

What’s Next

Setup an Event Service Client