Subscription Key

All requests made to the Recuro Health API require a SubscriptionKey that is provided to you by Recuro Health.

Using the Subscription Key

The SubscriptionKey should be included as a header in every request.

Example


curl -XGET 'https://platform.wellviasolutions.com/...' \
    -h 'subscriptionKey: `{your_subscription_key}`'