Developers
ReferenceTickets

Resend the ticket download link

Send the download link of the ticket to the booker again.

POST
/tickets/{id}/resend

Send the download link of the ticket to the booker again.

Authorization

http
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/tickets/string/resend"
{  "object": "ticket_resend",  "ticket": "string",  "sent": true}