GDPR Retrieval
Requesting data for contacts and users by email
Request all data for a contact or user by email.
Upon completion, requested data will be emailed to the owner of the Drift organization.
Overview
Method URL: |
|
---|---|
HTTP Method: |
|
Content-Type: |
|
Required Scopes: |
|
Arguments: |
|
Example
// Request
{
"email": "[email protected]"
}
// Response
{
"data": {
"message": "Your request is processing. When the data is gathered, it will be sent in an email to [email protected]_website.com",
"sentToEmail": "[email protected]_website.com"
}
}
Updated about 1 year ago
Did this page help you?