---
title: "Verify Dsar Request"
method: POST
path: "/v2/dsar/requests/{dsarId}/verify"
tags: ["GDPR"]
---

# Verify Dsar Request

`POST /v2/dsar/requests/{dsarId}/verify`

### 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.

## Path parameters

- `dsarId` string, required

## Query parameters

- `token` string, required

## Response `200`

Successful Response

- DSARVerifyResponse — Response after verification.
  - `status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
