Skip to content

List GDPR Requests

EndpointMethod
/api/admin/customers/gdpr-requestsGET

Query Parameters

ParameterTypeDescription
page, per_pageintegerPagination.
statusstringpending, processing, declined, approved, revoked.
typestringupdate, delete.
customer_idintegerFilter by customer id.
emailstringPartial email.
customer_namestringPartial customer name.
created_at_from / _todateRange.
sortstringid (default desc), status, type, created_at.
orderstringasc, desc.

Released under the MIT License.