Overview of your organization activity and real-time statistics.
The Business Dashboard provides a high-level overview of your organization's performance, including real-time queue statuses and recent activity.
Retrieve a consolidated view of your organization's current state.
curl -X GET "https://api.oquira.com/v1/business/dashboard" \
-H "X-API-Key: your_api_key_here"Access detailed historical data and performance trends.
curl -X GET "https://api.oquira.com/v1/business/analytics?period=7d" \
-H "X-API-Key: your_api_key_here"| Parameter | Type | Required | Description |
|---|---|---|---|
period | string | No | Time range (24h, 7d, 30d, custom). |
Retrieve scheduled events and staffing availability.
curl -X GET "https://api.oquira.com/v1/business/calendar?startDate=2024-01-01&endDate=2024-01-31" \
-H "X-API-Key: your_api_key_here"Visualize the customer journey and bottlenecks within your services.
curl -X GET "https://api.oquira.com/v1/business/workflow" \
-H "X-API-Key: your_api_key_here"