Get Template Insight General
GET /v2/partner/templates/{template_id}/insights/general
Required scopes
partner:insights:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getTemplateInsightGeneral |
| Tags | Insights |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| template_id * | path | id |
Responses
200
OK
object
202
Insight cache computing; retry per Retry-After.
object
| Field | Type | Description |
|---|---|---|
| status * | enum (1) | cache_warming |
| retry_after_seconds * | integer | |
| computed_at | string |
Example request
GET https://api.digitalonboarding.com/v2/partner/templates/{template_id}/insights/general
Authorization: Bearer <partner-token>