Version: 1.0.0

ArborXR Insights API
Welcome to the ArborXR Insights API! This API is specifically designed for Business Intelligence (BI) tools like Power BI, Tableau, and other data visualization platforms.
Getting Started
- Get Access Token: Create access token in ArborXR Portal. Select the "insights-api" ability.
- Authentication: Use
Authorization: Bearer <token>header - Fetch Data: Use the
/v1/insights/bi/dataendpoint to retrieve your Insights data- Base URL:
https://insights-api.xrdm.app— prepend this to all endpoint paths when making requests.
- Base URL:
Authentication
All endpoints require access token authentication using the Bearer token format:
Authorization: Bearer 1|62uEa...8390b
Access tokens are organization-scoped and provide access only to your organization's data.
Supported BI Tools
- Power BI: Use Web connector with custom headers
- Tableau: Web Data Connector with Bearer authentication
- Excel: Power Query with Web source
- Custom Applications: Any HTTP client supporting Bearer tokens
PowerBI Integration
Setup Steps
-
In Power BI, select "Get Data" → "Web".
-
Enter the full endpoint URL with your query parameters.
-
Add the HTTP header
Authorization: Bearer <token>. -
Configure incremental refresh using
start_date/end_dateparameters as needed.Examples
- Minimal example:
https://insights-api.xrdm.app/v1/insights/bi/data?application_ids=<YOUR_APP_ID> - With page size (use
&to add additional parameters after the first?):https://insights-api.xrdm.app/v1/insights/bi/data?application_ids=<YOUR_APP_ID>&page_size=2000 - Multiple applications and collection override:
https://insights-api.xrdm.app/v1/insights/bi/data?application_ids=<APP_ID_1>&application_ids=<APP_ID_2>&collection=telemetry&page=1&page_size=5000
- Minimal example:
Support
For API support, please contact your ArborXR administrator or visit support.arborxr.com.
License
ArborXR API License