Core Library
To start using the Core 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:
- To authenticate to the REST API
- To create and revoke Access Tokens
If you do not yet have an API Subscription Key, contact your Recuro Health account manager to request one.
Install the Recuro Health Core SDK
You can add the Recuro Health Core SDK as a NuGet package.
Install-Package WellViaSDK.Coredotnet add package WellViaSDK.Core<PackageReference Include="WellViaSDK.Core" />paket add WellViaSDK.CoreUpdated 7 months ago
