Skip to content

Send reward voucher by email

POST
/me/rewards/{id}/email
curl --request POST \
--url https://example.com/me/rewards/example/email \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "locale": "example" }'
id
required
string
Media type application/json
object
email
required
string
locale
Any of:
string
Example generated
{
"email": "example",
"locale": "example"
}