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


idstring :required The unique identifier of the subscription.


subscriberIdstring :required The unique identifier of the subscriber.


typestring :required The type of event that will trigger this webhook. More information about the type can be found in the Event Type Dictionary.


httpEndpointuri :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"
}