Events
Create a broadcast event
This endpoint creates a event that is broadcast to every endpoint whose subscription matches the given event type. The 201 body includes uid (the event id). Use GET /events/{eventID} or GET /eventdeliveries?eventId= to follow the send.
post/v1/projects/{projectID}/events/broadcast
Path parameters
projectIDstring required
Project ID
Request body
Response
Created