Create PrivacyRequests

Creates a new privacy request for data deletion or opt-out. Accepts personal information (email, name, address), mobile advertising identifiers (MAID), or a SHA-256 hashed email to identify the data subject and processes the request according to the specified type. Exactly one identifier (email, MAID, or sha256_email) must be provided, and a sha256_email request may contain no other fields besides request_type. Returns a unique request UUID for tracking and handles duplicate detection.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Privacy request identified by the data subject's email address, optionally with additional personal information to improve matching.

string
required

The email address of the data subject.

string
enum
required

The type of privacy request.

Allowed:
string

The first name of the data subject.

string

The last name of the data subject.

string

The phone number of the data subject.

string

The street address of the data subject.

string

The city of the data subject.

string

The state of the data subject.

string

The zip code of the data subject.

Headers
string
required

Organization ID for the request

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json