get
https://api.accelevents.com/rest/u/myticket/order/tickets/
- This API is used to get user purchased ticket order details by order id.
- When the user clicks on the My Activity page from the profile menu, the user gets the list of event ticket details for a particular event like eventTicketId, orderId, paidAmount, etc.
- We need to pass the authorization token in API in the header.
- Authorization token will be generated when the user login to the system.