Events
Manages events
Last updated
Was this helpful?
Manages events
Last updated
Was this helpful?
Returns all the events, both public and private, that a user has permission to access. An event will only include the necessary data needed to launch the event, under the 'launchContext' field, if it is live. Accepts an optional projectId header to only fetch events from that project.
/
The ID of an organization
The ID of a project
Creates an event in the project specified in the headers
/
The ID of an organization
The ID of a project
The ID of the world that the user will enter upon launching the event
The URL of the thumbnail for the event
Defines whether the event is publicly visible or not. If true, the event will be visible by all users, but only users with the necessary permissions will be able to launch into the event.
Defines custom data of an arbitrary shape you can use to store any data you want
Returns all publicly visible events for a project without requiring authentication, where a public event is one in which the isPublic
field on the event is set to true
/public/
The ID of an organization
The ID of a project
Returns the event with the given ID. This endpoint will only return the necessary data needed to launch the event under the 'launchContext' field if it is live.
/{eventId}//
The ID of the event to retrieve
The ID of an organization
The ID of a project
/{eventId}//
The ID of the event to update
The ID of an organization
The ID of a project
The URL of the thumbnail for the event
Defines whether the event is publicly visible or not. If true, the event will be visible by all users, but only users with the necessary permissions will be able to launch into the event.
No body
/{eventId}//
The ID of the event to delete
The ID of an organization
The ID of a project
No body
/{eventId}/pictureUrl/
The ID of the event to update
The ID of an organization
The ID of a project
Returns the launchContext for an event, which defines all the data needed to launch the event, either by downloading the world or by launching the world in a browser.
/{eventId}/launchContext/
ID of the target event for launch context retrieval
The ID of an organization
The ID of a project