Skip to main content
POST
Send Event Ticket

Send Event Ticket

Triggers a ticket confirmation email to the authenticated customer for the specified attendance record. Used on the My Events page to allow customers to resend their ticket if it was lost or never received.

Authentication

Requires a valid customer bearer token. The attendance record must belong to the authenticated customer.

Path Parameters

id
number
required
The integer ID of the attendance record. Obtained as Records[].Id from GET /api/public/events/my.

Request Body

No request body required.

Response

Returns an empty 200 OK on success.

Examples

Send a ticket email

TypeScript Integration

Usage in Portal

Error Responses

401 Unauthorized
error
The customer is not authenticated or the session has expired.
404 Not Found
error
No attendance record with the specified ID exists for the authenticated customer.