How do I get playback endpoints for an event?
GET /event/{id}/streamingEndpoints returns the streaming endpoints for an event id. preStart and postEnd are optional and given in milliseconds, and expiry is optional and given in seconds. GET /event/{id}/true gets the event itself, and POST /event and POST /event/eventIngest both take an Event Push body.