GET
/
v1
/
links
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Query Parameters

organizationId
string

Unique identifier of the organization.
Defaults to the organization associated with the API key.

Response

200
application/json

A list of WebXR links

The response is of type object.