---
title: "Create secure email to send card number"
method: POST
path: "/v2/cards/{id}/secure_email"
tags: ["Cards"]
---

# Create secure email to send card number

`POST /v2/cards/{id}/secure_email`

Creates a secure email to send card number, CVV, and expiration date of a card by ID to the specified email.

This endpoint is currently gated. If you would like to request access, please reach out to
developer-support@brex.com

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string, required

## Request body

- SecureEmailForCardDetailsRequest
  - `recipient_email` string, required — Email address to send card details to
  - `sender_name` string, required — Sender name. Shows up in the subject of the email
  - `message` string, nullable — Message to send with the card details
  - `expiry_days` integer, nullable — Link expiry in number of days. Defaults to 30

## Response `200`

emailCardNumber 200 response

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
