List Deletion Requests
List by organization:
GET /api/public/deletion-requests/organization
Query params:
fetchIntegrationRequests
(bool, default true)
List by workspace:
GET /api/public/deletion-requests/workspace/:workspaceId
Query params:
fetchIntegrationRequests
(bool, default true)
List by user:
GET /api/public/deletion-requests/user/:userId
Query params:
fetchIntegrationRequests
(bool, default true)fetchHashed
(bool, default true) — when true, redacts the identifier if hashed
Headers for all:
X-API-Key: <PAT>
- Include
workspaceApiKey
in the request body or appropriate auth context as required by your integration
Response 200: Array of requests; each item includes id
, identifier
(may be “hashed”), status
, and optionally integrationRequests
.
Last updated on