---
title: "Get List of Deletion Certificates"
method: GET
path: "/rest/api/consent/v1/deletion-certificates"
tags: ["Deletion Certificates"]
---

# Get List of Deletion Certificates

`GET /rest/api/consent/v1/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.

## Query parameters

- `page` integer
- `size` integer

## Headers

- `requestContinuation` string
- `identifier` string, required

## Response `200`

OK

- ConsentAPIDeletionCertificateSliceDto
  - `content` ConsentAPIDeletionCertificateResponseDto[]
    - `objectId` string, uuid — The unique identifier of the deleted object
    - `objectType` 'RECEIPT' | 'DATA_SUBJECT' | 'DATA_SUBJECT_PROFILE' — The type of the deleted object
    - `deleteTime` string, date-time — The date and time when the object was marked for deletion
    - `deleteType` 'RETENTION' | 'API' — Indicates the source from which the delete request was initiated
    - `retentionPolicyRuleId` string, uuid — The identifier of the retention policy rule associated with this deletion
  - `number` integer — The page number of the results.
  - `size` integer — The number of results per page.
  - `pageable` ConsentAPIPageableObject
    - `offset` integer
    - `sort` ConsentAPISortObject
      - `empty` boolean
      - `sorted` boolean
      - `unsorted` boolean
    - `pageNumber` integer
    - `paged` boolean
    - `pageSize` integer
    - `unpaged` boolean
  - `last` boolean — Flag indicating whether this is the last page or not.
  - `sort` ConsentAPISortObject
    - `empty` boolean
    - `sorted` boolean
    - `unsorted` boolean
  - `first` boolean
  - `numberOfElements` integer
  - `empty` boolean
  - `requestContinuation` string — The token used to paginate a response if the number of records is more than a page.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
