Subscriber
Subscribers represent a collection of subscriptions. A single subscriber can subscribe to as many unique event types (subscriptions) as you like. For most applications, a single subscriber is all you need. If you have multiple applications that need to be notified of events however, creating multiple subscribers should do the trick.
Endpoint
https://platform.wellviasolutions.com/event/v1/subscriber
The Subscriber Object
Attributes
idstring :required The unique identifier of the subscriber.
namestring :required The name of the subscriber that you provided when the subscriber was created.
Example
{
"id": "evntsbr_XXX",
"name": "My First Subscriber"
}Updated over 1 year ago

