---
title: "Update Card Email"
method: PUT
path: "/cards/{cardId}/email"
tags: ["Card"]
---

# Update Card Email

`PUT /cards/{cardId}/email`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Request body

- object
  - `email` string, email, required — The contact email address of the cardholder associated with the specified **cardId**.

## Response `200`

Return previous and email of the card

- object
  - `emailBefore` string — The email address associated with this **cardId** prior to the update.
  - `emailAfter` string — The current email address associated with this **cardId** after the update.

## Other responses

- `400` — Invalid inputs
- `404` — Record not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
