Deletion Certificates
Get List of Deletion Certificates
Use this API to retrieve a paginated list of deletion certificates. Each result contains information about a data subject or receipts deletion certificate. Supports continuation tokens for pagination.
get/rest/api/consent/v1/deletion-certificates
Query parameters
pageinteger
The page number of the results.
sizeinteger
The number of results per page.
Headers
requestContinuationstring
The token used to paginate a response if the number of records is more than a page.
identifierstring required
The unique identifier for a data subject.
Response
OK
Example response
{
"content": [
{
"objectId": "633ba071-61b0-485f-81a0-a2245777b432",
"objectType": "DATA_SUBJECT",
"deleteTime": "2025-12-02T17:16:57.256567343",
"deleteType": "RETENTION",
"retentionPolicyRuleId": "633ba071-61b0-485f-81a0-a2245777b432"
}
],
"number": 1,
"size": 20,
"requestContinuation": "{\\\"compositeToken\\\": \\\"jmxpAKZxe9nZkAoAAAAAAA==\\\"}"
}