Skip to content

List GDPR Requests

Overview

See the GDPR Requests overview for the full feature flow.

All admin endpoints require an admin Bearer token — see Authentication.

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.