Create an opt out request
POST/api/v2/opt_outs
Create an opt out request
Request
Query Parameters
Whether or not the Do Not Sell cookie should be set on form submit
Header Parameters
- application/json
Body
The first name of the person wanting to opt out of the sharing or selling of their data
The last name of the person wanting to opt out of the sharing or selling of their data
The email address of the person wanting to opt out of sharing or selling of their data
The location of the person wanting to opt out
The privacy request policy UUID that is associated with the opt out request
Any additional details the user might want to add to their request
Whether or not the request has been submitted by an authorized agent or not
The first name of the authorized agent that is submitting the request. Is required if authorized_agent is true.
The last name of the authorized agent that is submitting the request. Is required if authorized_agent is true.
The email of the authorized agent that is submitting the request. Is required if authorized_agent is true.
Responses
- 201
- 422
Opt Out Request created
- application/json
- Schema
- Example (from schema)
Schema
Datetime of when the opt out was created.
The email associated with the data subject.
The first name of the data subject.
The last name of the data subject.
The location the data subject when they submitted the request.
The status of the request.
The unique identifier of the request.
{
"created_at": "2024-08-09T21:14:49.444Z",
"email": "john@example.com",
"first_name": "John",
"last_name": "Smith",
"location": "US",
"status": "not_started",
"uuid": "967e34da-4863-4fcf-842d-176dd102d032"
}
Invalid Request
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.