cURL
curl --request GET \ --url https://managexrapi.com/v1/links \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "contentType": "link", "id": "A3t67LlxH99cKeprazuc", "title": "Virtual College Tour", "url": "https://www.youtube.com/watch?v=AyWLvrWBKHA", "iconUrl": "https://firebasestorage.googleapis.com/v0/b/icon.png", "createdAt": 1706719137865, "updatedAt": 1706719137865 } ] }
Returns all WebXR links stored in the organization’s library.
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
Unique identifier of the organization. Defaults to the organization associated with the API key.
A list of WebXR links
Show child attributes
Type of content
link
Unique identifier of the webxr link
Title of the webxr link
WebXR link url to open in-headset
URL of the webxr link's icon
Creation timestamp
1645615777448
Last update timestamp
1687352117203