Get Advanced Insight Pages
GET /v2/partner/insights/advanced/pages
Required scopes
partner:insights:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getAdvancedInsightPages |
| Tags | Insights |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| period | query | string | |
| timezone | query | timezone |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| name * | string | |
| value * | object | Typed per endpoint. Per-surface specs declare concrete schemas. |
| computed_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| expires_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
| source * | object |
Example request
GET https://api.digitalonboarding.com/v2/partner/insights/advanced/pages?<query-params>
Authorization: Bearer <partner-token>