Aggregate events
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.
curl -v
-X POST
-H "Authorization: Bearer 1234-abcd-5678-efgh"
-H "Content-Type: application/json"
-d '{“channel”:“<channel type>”,
{“name”:“<name2>”,“value”:“<value2>”}],
“events”:[{“code”:“<code>”,“timestamp”:“<time>”,
“attributes”:[{“name”:“<name1>”,“value”:“<value1>”},
{“name”:“<name2>”,“value”:“<value2>”,
"type":"<type>"}]}}'
<base URL>/v1/event
For more information, see Register events.
Updated about 4 years ago