Skip to Content

Get Deletion Request

GET /api/public/deletion-requests/:deletionRequestId

Headers:

  • X-API-Key: <PAT>

Query params:

  • fetchIntegrationRequests (bool, default true)

Response 200 (JSON):

  • id (string)
  • identifier (string or "hashed")
  • status (string)
  • integrationRequests (array, optional)

Errors:

  • 404 when request not found
Last updated on