Subscription

Subscriptions are registrations you create to specific events that occur within the Recuro Health platform, as well as where you would like to be notified of those events.

Endpoint

https://platform.wellviasolutions.com/event/v1/subscription

The Subscription Object

Attributes


id string : required The unique identifier of the subscription.
subscriberId string : required The unique identifier of the subscriber.
type string : required The type of event that will trigger this webhook. More information about the type can be found in the Event Type Dictionary.
httpEndpoint uri : required The URI of the subscription that you provided when the subscription was created.

Example


{
	"id": "evntsbn_XXX",
  	"subscriberId": "evntsbr_XXX",
	"type": "com.wellviasolutions.member.account.created.v1",
  	"httpEndpoint": "https://myapp.com/notify"
}