curl -X POST 'https://api.resend.com/secret' \
-H 'Authorization: Bearer re_xxxxxxxxx' \
-H 'Content-Type: application/json' \
-d $'{
"first_name": "Steve",
"last_name": "Wozniak",
"address1": "4300 El Camino Real",
"address2": "Suite 100",
"city": "Los Altos",
"state": "CA",
"country": "US",
"zip": "94022"
}'
{
"message": "Check your mailbox in a few days :)"
}
Get a special gift from Resend.
curl -X POST 'https://api.resend.com/secret' \
-H 'Authorization: Bearer re_xxxxxxxxx' \
-H 'Content-Type: application/json' \
-d $'{
"first_name": "Steve",
"last_name": "Wozniak",
"address1": "4300 El Camino Real",
"address2": "Suite 100",
"city": "Los Altos",
"state": "CA",
"country": "US",
"zip": "94022"
}'
{
"message": "Check your mailbox in a few days :)"
}
curl -X POST 'https://api.resend.com/secret' \
-H 'Authorization: Bearer re_xxxxxxxxx' \
-H 'Content-Type: application/json' \
-d $'{
"first_name": "Steve",
"last_name": "Wozniak",
"address1": "4300 El Camino Real",
"address2": "Suite 100",
"city": "Los Altos",
"state": "CA",
"country": "US",
"zip": "94022"
}'
{
"message": "Check your mailbox in a few days :)"
}
Was this page helpful?