List GDPR Requests
| Endpoint | Method |
|---|---|
/api/admin/customers/gdpr-requests | GET |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
page, per_page | integer | Pagination. |
status | string | pending, processing, declined, approved, revoked. |
type | string | update, delete. |
customer_id | integer | Filter by customer id. |
email | string | Partial email. |
customer_name | string | Partial customer name. |
created_at_from / _to | date | Range. |
sort | string | id (default desc), status, type, created_at. |
order | string | asc, desc. |

