Resend mail to ticket buyer

  • This API is used to resend mail to ticket buyers and ticket holders.
  • 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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
typeThis field returns a type of message like success or error.
messageThis field returns a message description.

This API returns a response with 200 status if the API is executed successfully.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error codeError description
200Ok
401You are not authorized to view the resource
403Accessing the resource you were trying to reach is forbidden.
404Order you are looking for is not found
406Not acceptable
Path Params
string
required

It is the ticket purchase order id

Headers
string

API Authentication Token

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain