Update an opt out request
PUT/api/v2/opt_outs/:uuid
Update an opt out request
Request
Path Parameters
The unique identifier of the opt out request you want to update
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
Any additional details the user might want to add to their request
Responses
- 200
- 404
- 422
Opt Out Request updated
- 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"
}
Not able to find a request with the ID provided
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.