Verify Dsar Request
GDPR
Verify Dsar Request
Verify DSAR Request Identity
Verifies customer identity using the token sent via email. Once verified, triggers an async task to generate the data export and email it to the customer.
Path Parameters:
dsarId: UUID of the DSAR request
Query Parameters:
token: The verification token from the email
Returns:
- Confirmation that verification was successful and export generation started.
POST
Verify Dsar Request
Authorizations
JWT access token obtained from POST /v2/token.
Path Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
