Orders / Email Etickets Link

NameOrders Email Etickets Link
DescriptionEmail a link to the etickets posted for this order.
TypePOST
URL/v9/orders/:id/email_etickets_link

Generate and send an email with a one-time use link to download etickets for an order to a specified list of recipients.

Name
Description
Value Type
Required
recipientsArray of strings containing email address recipientsArrayRequired

 

RequestResponse
/v9/orders/12345/email 
{
   "recipients":[
      "joe@someguy.com",
      "mike@someotherguy.com"
   ]
}

 

See Orders / Show.