GET  /events/shareable_link

Get a shareable URL for your event to show on live-streams, online or to competitors.

Authorization Not Required

Authorization is not required for this resource.

Note

This resource will not generate shareable URL's for events marked as private.


Headers

Content-Type [Required]
application/json
Yes
All API requests must have Content-Type declared.

Body

id [Required]
integer
Yes
ID of the event you want the shareable URL for.

Response

Success
{"url":"http:\/\/rmpg.ly\/sxs-2020"}
Not Provided
{"error":"ID must be specified."}
Cannot Be Found
{"error":"Event could not be found."}
Is Private Event
{"error":"Not available for private events."}