Data Subject Requests
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Data Subject Requests
Backend API — secret key (Authorization: Bearer sk_…).
4 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List GDPR/DSAR export and erasure requests, filterable by type/status/user (cursor pagination). | |
|
| Fetch a data-subject request, including an export's produced package. | |
|
| ✓ | Fulfil a request now: build the export package, or run the erasure through the same soft-delete + PII-purge path a user-delete uses, ahead of the grace window. Terminal — a fulfilled erasure is irreversible. |
|
| ✓ | Reject a request with a recorded reason. Terminal — cannot be re-actioned. |