---
title: "Resend Consent Code (UI)"
method: POST
path: "/card/resend-consent-code"
---

# Resend Consent Code (UI)

`POST /card/resend-consent-code`

Resend an E-Mail & SMS OTP for a user's request to view sensitive PAN/PCI data

## Headers

- `api-key` string
- `Authorization` string

## Request body

- object
  - `userId` string — The Id of the user to whom the resend request is addressed
  - `challengeId` string — The challengeId which was received when initiating the card consent flow

## Response `200`

200

- object
  - `challengeId` string
  - `dateExpires` string
  - `attempts` integer

## Other responses

- `400` — 400

---

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