Recompute Contact Engagement Summary
POST /v2/partner/contacts/{id}/engagement-summary/recompute
Required scopes
partner:engagement:recompute
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | recomputeContactEngagementSummary |
| Tags | Engagement |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
202
Accepted
Example request
POST https://api.digitalonboarding.com/v2/partner/contacts/{id}/engagement-summary/recompute
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }