POST /subject-access-requests
Create a Subject Access Request
Servers
- https://api.optimizely.com/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
export_location |
String | No |
The location to which the data will be exported. The data will be made accessible in a AWS S3 bucket. |
expired_at_time |
String | No |
Time when the url expires (7 days from the completed_at_time) |
sla_deadline_time |
String | No |
The time by which the Subject Access Request must be completed. |
status |
String | No |
The status of the Subject Access Request. Valid values:
|
id |
Integer | No |
The Subject Access Request ID. |
request_type |
String | Yes |
Valid values:
|
requested_at_time |
String | No |
The time when the Subject Access Request was submitted. |
identifier_type |
String | Yes |
User data is identified by the email address used to create the end user account. The endpoint only accepts the
Valid values:
|
processing_started_time |
String | No |
The time when the processing of the Subject Access Request started. |
data_type |
String | Yes |
The type of data to be accessed or deleted. The two options are:
Valid values:
|
identifier |
String | Yes |
The identifier value that you would like us to use when searching. If |
account_id |
Integer | No |
The Account ID for the account the Subject Access Request will be executed. |
completed_at_time |
String | No |
The time when the request was completed. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.