Logo
Brex Developer API Documentation

Create secure email to send card number

POST {{baseUrl}}/v2/cards/:id/secure_email

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

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X POST 'https://platform.staging.brexapps.com/v2/cards/:id/secure_email' -H 'Content-Type: application/json' -d '{"recipient_emails":["eli","ad"],"message":"occaecat enim","expiry_days":-69288135}'

ENDPOINTS