consent_dashboard_decisions_list
Returns the latest consent decisions for the current product — each with its HMAC signature (`stamp`) and a computed accept/deny/custom/withdrawal label.
Returns the latest consent decisions for the current product — each with its HMAC signature (`stamp`) and a computed accept/deny/custom/withdrawal label. Read-only; useful to confirm decisions are still being signed.
Behavior
- HTTP
GET /consent/consent/dashboard/decisions
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of records to return (1..10, default 10) |
| offset | integer | — | Pagination offset (>=0, default 0) |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| items | array | • | |
| limit | integer | • | |
| offset | integer | • |
Try it
Returns the latest consent decisions for the current product — each with its HMAC signature (`stamp`) and a computed accept/deny/custom/withdrawal label.