Acoustic Exchange has defined a class of large-scale events, such as a weather alert event, that can impact multiple customers simultaneously. Because aggregate events can impact multiple customers, they do not contain identifiers.
As an endpoint publisher, call https://api-01.ubx.ibmmarketingcloud.com/v1/event to publish the event. The following example illustrates a typical JSON payload for the API call.
POST v1/event { "applicationId":"", "featureId":" ", "description":" ", "version": , "namespace":" ", "name":" ", "code":" ", "registrationType":" ">, "attributes": [ { "name":" ", "type":" " } ], "scope":"aggregate|individual" }