Returns details of the current company account
URL: https://orbitvu.co/api/v1/account/ [.json|.xml]
Sample result:
{
"id": 1,
"company": "Test Company",
"notification_emails": [
"[email protected]"
],
"users_url": "https://orbitvu.co/api/v1/account/users",
"statistics_url": "https://orbitvu.co/api/v1/account/statistics",
"viewers_url": "https://orbitvu.co/api/v1/account/viewers"
}
Click to copy
Users
Returns list of the users on the current company account
URL: https://orbitvu.co/api/v1/account/users
Sample result:
[
{
"id": 1,
"is_active": true,
"email": "[email protected]",
"url": "https://orbitvu.co/api/v1/account/users/1",
"statistics_url": "https://orbitvu.co/api/v1/account/users/1/statistics"
}
]
Click to copy
Statistics URL gives access to views and transfers statistics for the selected user (eg. number of views on the presentations belonging to the selected user).
Statistics
Views and transfers statistics for the current company account
URL: https://orbitvu.co/api/v1/account/statistics
Viewers
List of the Orbitvu Viewer licenses on the current company account
URL: https://orbitvu.co/api/v1/account/viewers
Sample data:
[
{
"id": 1,
"url": "https://orbitvu.co/api/v1/account/viewers/1",
"download_url": "https://orbitvu.co/api/v1/account/viewers/1/download",
"type": "Infinity360",
"support": "2019-02-01",
"licensed_for": "Orbitvu Sp. z o.o.",
"licensed_for_url": "https://orbitvu.com",
"available_version": "3.6.13",
"latest_version": "3.9.0",
"supports_orbittour": true
}
]
Click to copy
Viewer download
Link to download selected Viewer
Sample URL: https://orbitvu.co/api/v1/account/viewers/1/download