get
https://api.accelevents.com/rest/u/myticket/orders/active
- This API is used to get active user ticket order details.
- 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.
- To call this API, We need to pass the authorization token in API in the header.
- Authorization token will be generated when the user login to the system.