---
title: "Exportgiftcardcustomerdata"
method: POST
path: "/v2/giftcards/gdpr/export"
tags: ["Gift Cards"]
---

# Exportgiftcardcustomerdata

`POST /v2/giftcards/gdpr/export`

## Query parameters

- `programId` string
- `cardId` string

## Headers

- `X-Eposn-Customer-Token` string, nullable
- `X-Eposn-Merchant-Token` string, nullable

## Request body

- GDPRExportRequest
  - `customerId` string, nullable
  - `customerEmail` string, email, nullable
  - `format` string, required

## Response `200`

Successful Response

- GDPRExportResponse
  - `exportId` string, required
  - `downloadUrl` string, required
  - `format` string, required
  - `requestedAt` string, date-time, required
  - `expiresAt` string, date-time, required
  - `status` 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)
